mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 11:59:06 +00:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
onconnect = function(e) {
|
|
setTimeout(function() {
|
|
e.ports[0].postMessage("Still alive!");
|
|
}, 500);
|
|
}
|