Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 529 Bytes

File metadata and controls

13 lines (8 loc) · 529 Bytes

Devtools Connection

Npm version

Host firefox devtools connection logic

Modules

  • DebuggerClient - Debugger Protocol API (breakpoints, sources, thread, tab)
  • DebuggerTransport - An adapter that handles data transfers between the debugger client and server.
  • TargetFactory - Browser Tab Protocol API
  • WebsocketTransport - A websocket adapter for data transfers between the debugger client and server.