mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Dispatch events to service worker object and refactor html tests
This commit is contained in:
parent
2aa257f603
commit
1b29dfb8ab
11 changed files with 55 additions and 21 deletions
3
tests/html/service-worker/dashboard_helper.js
Normal file
3
tests/html/service-worker/dashboard_helper.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
function status_from_dashboard() {
|
||||
console.log("Dashboard Service worker is active");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue