Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/taskgraph
/
.
/
BackgroundSync
/
idlharness.https.any.js
blob: 989139e99041d6ec8dd64181de7a994e4b88112c [
file
] [
log
] [
blame
] [
edit
]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict'
;
// https://wicg.github.io/BackgroundSync/spec/
idl_test
(
[
'BackgroundSync'
],
[
'service-workers'
,
'html'
,
'dom'
],
idlArray
=>
{
// TODO: Objects
}
);