File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ DevTools Kit offers a complete toolkit for building DevTools integrations:
3434│ └────────────────┼────────────────────┘ │
3535│ │ │
3636│ ┌─────┴─────┐ │
37- │ │ RPC Client │ │
37+ │ │ RPC Client│ │
3838│ └─────┬─────┘ │
3939└──────────────────────────┼──────────────────────────────────┘
4040 │ WebSocket
4141┌──────────────────────────┼──────────────────────────────────┐
4242│ ┌─────┴─────┐ │
43- │ │ RPC Server │ │
43+ │ │ RPC Server│ │
4444│ └─────┬─────┘ │
4545│ │ │
4646│ ┌───────────────────────┼───────────────────────────────┐ │
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ DevTools Kit provides a built-in RPC layer for type-safe bidirectional communica
1212┌─────────────────────────────────────────────────────────┐
1313│ Browser Client │
1414│ │
15- │ await rpc.call('my-plugin:get-data', id) │
15+ │ await rpc.call('my-plugin:get-data', id) │
1616│ │ │
1717│ ▼ │
1818└─────────────────────────┼───────────────────────────────┘
1919 │ WebSocket
2020┌─────────────────────────┼───────────────────────────────┐
2121│ ▼ │
22- │ handler: async (id) => fetchData(id) │
22+ │ handler: async (id) => fetchData(id) │
2323│ │
2424│ Node.js Server │
2525└─────────────────────────────────────────────────────────┘
You can’t perform that action at this time.
0 commit comments