We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f2421 commit 8274f1bCopy full SHA for 8274f1b
1 file changed
utils/misc/global-state-diff/global-state-diff.html
@@ -63,11 +63,6 @@
63
64
hdr = mod['misc-hdr'];
65
66
- await Promise.all([
67
- mod.auto(),
68
- ]);
69
-
70
71
initdom();
72
73
@@ -242,7 +237,7 @@ <h3>
242
237
243
238
<div>
244
239
Analyze the impact of loading external JavaScript resources. The tool compares the global object
245
- before and after execution to identify newly added globals to help developers understand what
240
+ before and after script execution to identify newly added globals to help developers understand what
246
241
a script exposes to the global scope.
247
</div>
248
0 commit comments