MCPcopy
hub / github.com/webpack/webpack-dev-server / onMessage

Method onMessage

client-src/globals.d.ts:4–4  ·  view source on GitHub ↗
(fn: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

2 onOpen(fn: (...args: any[]) => void): void;
3 onClose(fn: (...args: any[]) => void): void;
4 onMessage(fn: (...args: any[]) => void): void;
5}
6
7declare interface CommunicationClientConstructor {

Callers 2

socketFunction · 0.65

Implementers 2

WebSocketClienttest/fixtures/custom-client/CustomWebS
WebSocketClientclient-src/clients/WebSocketClient.js

Calls

no outgoing calls

Tested by

no test coverage detected