We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bc0c4 commit 173577fCopy full SHA for 173577f
web/mini_ide/webperl_mini_ide.html
@@ -86,6 +86,7 @@
86
if (from!='Ended' && to=='Ended') {
87
iframe.remove();
88
if (done_callback) done_callback(outbuf);
89
+ URL.revokeObjectURL(src);
90
}
91
} );
92
IFramePerl.init(function () {
0 commit comments