mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-06-11 02:59:15 +00:00
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
"use strict";
|
|
|
|
// Bug 1328293
|
|
self.onfetch = function (event) {
|
|
// do nothing.
|
|
};
|