Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ postMessage
Method
postMessage
packages/service-worker/worker/testing/clients.ts:23–26 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
21
) {}
22
23
postMessage(message: any): void {
24
this.messages.push(message);
25
this.queue.next(message);
26
}
27
}
28
29
export
class
MockWindowClient extends MockClient implements WindowClient {
Callers
8
constructor
Method · 0.45
completeOperation
Method · 0.45
notifyClientsAboutUnrecoverableState
Method · 0.45
notifyClientsAboutVersionInstallationFailed
Method · 0.45
notifyClientsAboutNoNewVersionDetected
Method · 0.45
notifyClientsAboutVersionDetected
Method · 0.45
notifyClientsAboutVersionReady
Method · 0.45
broadcast
Method · 0.45
Calls
2
push
Method · 0.45
next
Method · 0.45
Tested by
no test coverage detected