mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-01 06:33:22 +00:00
5 lines
55 B
JavaScript
5 lines
55 B
JavaScript
|
onmessage = function(e) {
|
||
|
postMessage('worker');
|
||
|
};
|
||
|
|