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, ... })"])
|
||||
rm1--2-->postMessage--3-->rm2
|
||||
subgraph MainProcess
|
||||
call(["await m1.remoteApi.setCss('...')"])
|
||||
call--1-->rm1
|
||||
callMethod(["await m1.remoteApi.setCss('...')"])
|
||||
callMethod--1-->rm1
|
||||
rm1["m1 = RemoteMessenger< MainProcessApi,WebViewApi >"]
|
||||
end
|
||||
subgraph WebView
|
||||
@ -247,8 +247,8 @@ flowchart
|
||||
end
|
||||
subgraph MainProcess
|
||||
rm1["m1 = RemoteMessenger< MainProcessApi,WebViewApi >"]
|
||||
call(["await m1.remoteApi.setCss('...')"])
|
||||
rm1--8-->call
|
||||
callMethod(["await m1.remoteApi.setCss('...')"])
|
||||
rm1--8-->callMethod
|
||||
end
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user