Source code
Revision control
Copy as Markdown
Other Tools
const g = newGlobal({newCompartment: true});
const domObj = this.transplantableObject().object;
const bar = new g.WeakRef(domObj);
bar.deref();
this.nukeAllCCWs();
const g = newGlobal({newCompartment: true});
const domObj = this.transplantableObject().object;
const bar = new g.WeakRef(domObj);
bar.deref();
this.nukeAllCCWs();