mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
onmessage = function(event) {
|
|
postMessage(event.data);
|
|
};
|