mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-14 18:51:33 +00:00
14 lines
319 B
HTML
14 lines
319 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1131327 - Test ServiceWorkerRegistration.onupdatefound on ServiceWorker</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
navigator.serviceWorker.onmessage = function(e) {
|
|
dump("NSM iframe got message " + e.data + "\n");
|
|
window.parent.postMessage(e.data, "*");
|
|
};
|
|
</script>
|
|
</body>
|