mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
onmessage = function (event) {
|
|
postMessage("Pong");
|
|
};
|