blob: c5b7efd0c405488ae2e46415467b726a09d820bf [file] [log] [blame]
Victor Porof6e096922022-06-10 13:01:05 +00001// GENERATED CONTENT - DO NOT EDIT
2// Content was automatically extracted by Reffy into webref
3// (https://github.com/w3c/webref)
4// Source: Test Utils Standard (https://testutils.spec.whatwg.org/)
5
6[Exposed=(Window,Worker)]
7namespace TestUtils {
8 [NewObject] Promise<undefined> gc();
9};