Source code

Revision control

Copy as Markdown

Other Tools

setTimeout(() => {
console.log("GC Triggered");
SpecialPowers.gc();
}, 0);