MCPcopy Create free account
hub / github.com/stomp-js/stompjs /

Class

esm6/parser.d.ts:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 * @internal
43 */
44export declare class Parser {
45 onFrame: (rawFrame: IRawFrameType) => void;
46 onIncomingPing: () => void;
47 private readonly _encoder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected