Source code
Revision control
Copy as Markdown
Other Tools
/**
* Any copyright is dedicated to the Public Domain.
*/
onmessage = function (event) {
postMessage("Done!");
};
/**
* Any copyright is dedicated to the Public Domain.
*/
onmessage = function (event) {
postMessage("Done!");
};