Files
dieheldin/node_modules/@stomp/stompjs/esm6/stomp-headers.js
2026-02-24 07:04:01 +01:00

12 lines
382 B
JavaScript

/**
* STOMP headers. Many functions calls will accept headers as parameters.
* The headers sent by Broker will be available as [IFrame#headers]{@link IFrame#headers}.
*
* `key` and `value` must be valid strings.
* In addition, `key` must not contain `CR`, `LF`, or `:`.
*
* Part of `@stomp/stompjs`.
*/
export class StompHeaders {
}
//# sourceMappingURL=stomp-headers.js.map