summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/install_event_worker.js
blob: 1f0815c8f04483c48bb1430df11ef7c22c7a7358 (plain)
1
2
3
oninstall = function(e) {
  dump("Got install event\n");
};