Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.