mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Simplify FuseboxReactDevToolsDispatcher diagram and document inline (#46737)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46737 Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D63637626 fbshipit-source-id: 314ec6dc6eff8d458beba84e49d5aaca3d192087
This commit is contained in:
committed by
Facebook GitHub Bot
parent
82f4e1714d
commit
80122678e0
@@ -1 +1 @@
|
||||
assets
|
||||
__docs__
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
# Fusebox Runtime
|
||||
|
||||
## What is Fusebox?
|
||||
"Fusebox" is the internal codename for the new React Native debugger stack based on Chrome DevTools.
|
||||
|
||||
## Architecture for React DevTools communication
|
||||
|
||||
### Frontend to Backend communication
|
||||

|
||||
|
||||
### Backend to Frontend communication
|
||||

|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 404 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 540 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 409 KiB |
+6
@@ -62,6 +62,12 @@ export class Domain {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Globally bound object providing a hook for React DevTools runtime API calls
|
||||
* over CDP.
|
||||
*
|
||||
* @see {@link ./__docs__/FuseboxReactDevToolsDispatcher.excalidraw-embedded.png}
|
||||
*/
|
||||
class FuseboxReactDevToolsDispatcher {
|
||||
static #domainNameToDomainMap: Map<DomainName, Domain> = new Map();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user