diff options
Diffstat (limited to 'content/test/data/service_worker/worker.js')
-rw-r--r-- | content/test/data/service_worker/worker.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/test/data/service_worker/worker.js b/content/test/data/service_worker/worker.js index 68bb7a8..909b006 100644 --- a/content/test/data/service_worker/worker.js +++ b/content/test/data/service_worker/worker.js @@ -3,3 +3,18 @@ // found in the LICENSE file. this.oninstall = function(event) {}; + +// So sorry about this waste of bytes: +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) +// Filler comment, to trigger code caching heuristic (script > 1K.) + |