dwf89044485's picture
Upload 865 files
eb6ce97 verified
raw
history blame contribute delete
191 Bytes
import structuredClone from './index.js';
if (!("structuredClone" in globalThis)) {
console.debug("Monkey-patching structuredClone");
globalThis.structuredClone = structuredClone;
}