UNPKG

converse.js

Version:
14 lines 401 B
export function getDummyXMLDOMDocument(): XMLDocument; export const WebSocket: { new (url: string | URL, protocols?: string | string[]): WebSocket; prototype: WebSocket; readonly CONNECTING: 0; readonly OPEN: 1; readonly CLOSING: 2; readonly CLOSED: 3; }; export const DOMParser: { new (): DOMParser; prototype: DOMParser; }; //# sourceMappingURL=strophe-shims.d.ts.map