Files
tubestation/testing/web-platform/tests/interfaces/testutils.idl
wpt-pr-bot f3ace6c24b Bug 1751175 [wpt PR 32469] - Sync interfaces/ with @webref/idl 3.1.1, a=testonly
Automatic update from web-platform-tests
Sync interfaces/ with @webref/idl 3.1.1

--

wpt-commits: 51b9a04084b306aac126ff8adca34e277d639ca7
wpt-pr: 32469
2022-03-07 14:48:55 +00:00

10 lines
289 B
Plaintext

// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Test Utils Standard (https://testutils.spec.whatwg.org/)
[Exposed=(Window,Worker)]
namespace TestUtils {
[NewObject] Promise<undefined> gc();
};