strophe-shims.js 218 B

123456
  1. export const WebSocket = window.WebSocket;
  2. export const DOMParser = window.DOMParser;
  3. export function getDummyXMLDOMDocument () {
  4. return document.implementation.createDocument('jabber:client', 'strophe', null);
  5. }