Skip to content

Commit 8274f1b

Browse files
save file
1 parent c4f2421 commit 8274f1b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

utils/misc/global-state-diff/global-state-diff.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363

6464
hdr = mod['misc-hdr'];
6565

66-
await Promise.all([
67-
mod.auto(),
68-
]);
69-
70-
7166
initdom();
7267

7368

@@ -242,7 +237,7 @@ <h3>
242237

243238
<div>
244239
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
246241
a script exposes to the global scope.
247242
</div>
248243

0 commit comments

Comments
 (0)