Fix some nasty bug
This commit is contained in:
@@ -44,6 +44,7 @@ class IFrameWrapper implements WorkerLike {
|
||||
}
|
||||
|
||||
terminate() {
|
||||
console.log("Terminating iframe sandbox");
|
||||
window.removeEventListener("message", this.messageListener);
|
||||
return this.iframe.remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user