Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Chrome Development Tool Version 1.1 (Stable)


May 26, 2021 Chrome A guide to developing tools


Table of contents


Remote debugging protocol

Toolbars are divided into domains (DOM, Debugger, NetWork, etc.). E ach domain defines some of the commands it supports and the events it generates. C ommands and events are JSON objects that are serialized by fixed structures. You can use the original messages in Debug because they are defined in the documentation for the appropriate domain, or you can use the extended JavaScript API.