Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ postMessage
Method
postMessage
packages/service-worker/testing/mock.ts:80–82 ·
view source on GitHub ↗
(value: Object)
Source
from the content-addressed store, hash-verified
78
) {}
79
80
postMessage(value: Object) {
81
this.mock.messages.next(value);
82
}
83
}
84
85
export
class
MockServiceWorkerRegistration {
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected