/opt/canhelp/node_modules/engine.io-client/build/esm/contrib
NameSizeModeActions
has-cors.d.ts390644editdlrm
has-cors.js3240644editdlrm
parseqs.d.ts3090644editdlrm
parseqs.js8110644editdlrm
parseuri.d.ts490644editdlrm
parseuri.js25110644editdlrm
Edit: /opt/canhelp/node_modules/engine.io-client/build/esm/contrib/has-cors.js (324B)
// imported from https://github.com/component/has-cors let value = false; try { value = typeof XMLHttpRequest !== 'undefined' && 'withCredentials' in new XMLHttpRequest(); } catch (err) { // if XMLHttp support is disabled in IE then it will throw // when trying to create } export const hasCORS = value;