Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 23 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /periodic-background-sync/idlharness.https.any.html - WPT Dashboard Interop Dashboard
- /periodic-background-sync/idlharness.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
idl_test(
['periodic-background-sync'],
['service-workers', 'html', 'dom'],
async idl_array => {
idl_array.add_objects({
ServiceWorkerGlobalScope: ['self', 'onperiodicsync'],
ServiceWorkerRegistration: ['registration'],
PeriodicSyncManager: ['registration.periodicSync'],
PeriodicSyncEvent: ['new PeriodicSyncEvent("tag")'],
});
}
);