File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,17 @@ the default shipping configuration of user agents. They must only be
40
40
enabled in testing configurations for example with special build
41
41
flags, or when a specific non-default preference is set.
42
42
43
- The TestUtils Object {#the-testutils-object }
43
+ The TestUtils Namespace {#the-testutils-namespace }
44
44
============================================
45
45
46
46
<xmp class=idl>
47
47
[Exposed=(Window,Worker)]
48
- interface TestUtils {
48
+ namespace TestUtils {
49
49
[NewObject] Promise<undefined> gc();
50
50
};
51
-
52
- partial interface mixin WindowOrWorkerGlobalScope {
53
- [SameObject] readonly attribute TestUtils testUtils;
54
- };
55
51
</xmp>
56
52
57
- The ` gc()` method must run these steps:
53
+ The {{TestUtils/ gc()}} method must run these steps:
58
54
59
55
1. Let |p| be a new promise.
60
56
@@ -68,6 +64,13 @@ The `gc()` method must run these steps:
68
64
69
65
<h2 class=no-num id=acknowledgements>Acknowledgments</h2>
70
66
67
+ Thanks to the following people who have contributed to the
68
+ Test Utils standard:
69
+
70
+ Kagami Sascha Rosylight
71
+
72
+ You are awesome!
73
+
71
74
This standard is written by <a href=https://hoppipolla.co.uk>James Graham</a>
72
75
(<a href=https://www.mozilla.org/>Mozilla</a> ,
73
76
You can’t perform that action at this time.
0 commit comments