liucy98's picture
Upload 910 files
d44b3c1 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;
}