Buckets:

imerfanrajabee's picture
download
raw
461 Bytes
/*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
if (!globalThis.DOMException) {
try {
const { MessageChannel } = require('worker_threads'),
port = new MessageChannel().port1,
ab = new ArrayBuffer()
port.postMessage(ab, [ab, ab])
} catch (err) {
err.constructor.name === 'DOMException' && (
globalThis.DOMException = err.constructor
)
}
}
module.exports = globalThis.DOMException

Xet Storage Details

Size:
461 Bytes
·
Xet hash:
4c4e742719d67b9a6b4c551d1948296338dc9d7776c6e1bc22d2e78094281c09

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.