mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-15 09:30:20 +00:00
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
onmessage = function(event) {
|
|
postMessage(event.data);
|
|
};
|