MCPcopy
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
85export class MockServiceWorkerRegistration {

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected