Skip to content

Commit db71ab2

Browse files
authored
Update dependencies (microsoft#1049)
* Update dependencies * lint fix
1 parent 066d953 commit db71ab2

File tree

2 files changed

+22
-28
lines changed

2 files changed

+22
-28
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/build/bcd/keep-alive.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,7 @@ export const forceKeepAlive: Record<string, string[]> = {
171171
"uniform4fv",
172172
"uniform4iv",
173173
],
174-
WindowEventHandlers: [
175-
"onmessage",
176-
"onoffline",
177-
"ononline",
178-
"onpagehide",
179-
"onpageshow",
180-
],
174+
WindowEventHandlers: ["onoffline", "ononline", "onpagehide", "onpageshow"],
181175
WorkerGlobalScope: ["onrejectionhandled", "onunhandledrejection"],
182176
WorkletGlobalScope: [],
183177
// (WebAssembly namespace members)

0 commit comments

Comments
 (0)