summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fs/resources/message-target-service-worker.js
blob: 4a6174ae3b5539300954f6f36782a96a066b4889 (plain)
1
2
3
4
5
6
7
8
9
'use strict';

importScripts(
  'test-helpers.js',
  'messaging-serialize-helpers.js',
  'message-target.js'
);

add_message_event_handlers(/*receiver=*/self);