MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / dav.js

File dav.js

lib/models/dav.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// NOTE: This is mostly copied from https://github.com/sunsama/tsdav/tree/cc1c5a09b64c87bbee7e5f171cfcb6748e99469e/dist/tsdav.js and the goal would be to re-implement it as a much simpler class with only the necessary functionality, here. (https://github.com/bewcloud/bewcloud/issues/97)
2var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
3
4function getDefaultExportFromCjs (x) {

Callers

nothing calls this directly

Calls 15

requireBrowserPonyfillFunction · 0.85
requireBrowserFunction · 0.85
getDefaultExportFromCjsFunction · 0.85
kMaxLengthFunction · 0.85
fromFunction · 0.85
allocFunction · 0.85
allocUnsafeFunction · 0.85
internalIsBufferFunction · 0.85
swapFunction · 0.85
utf8SliceFunction · 0.85
bidirectionalIndexOfFunction · 0.85
hexWriteFunction · 0.85

Tested by

no test coverage detected