Skip to content

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.