mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
parent
09d088b2b5
commit
d49b2ec0e9
@ -223,8 +223,8 @@ flowchart
|
|||||||
postMessage(["postMessage({ kind: InvokeMethod, ... })"])
|
postMessage(["postMessage({ kind: InvokeMethod, ... })"])
|
||||||
rm1--2-->postMessage--3-->rm2
|
rm1--2-->postMessage--3-->rm2
|
||||||
subgraph MainProcess
|
subgraph MainProcess
|
||||||
call(["await m1.remoteApi.setCss('...')"])
|
callMethod(["await m1.remoteApi.setCss('...')"])
|
||||||
call--1-->rm1
|
callMethod--1-->rm1
|
||||||
rm1["m1 = RemoteMessenger< MainProcessApi,WebViewApi >"]
|
rm1["m1 = RemoteMessenger< MainProcessApi,WebViewApi >"]
|
||||||
end
|
end
|
||||||
subgraph WebView
|
subgraph WebView
|
||||||
@ -247,8 +247,8 @@ flowchart
|
|||||||
end
|
end
|
||||||
subgraph MainProcess
|
subgraph MainProcess
|
||||||
rm1["m1 = RemoteMessenger< MainProcessApi,WebViewApi >"]
|
rm1["m1 = RemoteMessenger< MainProcessApi,WebViewApi >"]
|
||||||
call(["await m1.remoteApi.setCss('...')"])
|
callMethod(["await m1.remoteApi.setCss('...')"])
|
||||||
rm1--8-->call
|
rm1--8-->callMethod
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user