MCPcopy
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
29export class MockWindowClient extends MockClient implements WindowClient {

Calls 2

pushMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected