@@ -48,13 +48,6 @@ export const forceKeepAlive: Record<string, string[]> = {
4848 Request : [ "keepalive" ] ,
4949 RTCDtlsTransport : [ "onstatechange" , "state" ] ,
5050 RTCPeerConnection : [ "canTrickleIceCandidates" ] ,
51- WebAssembly : [
52- "compile" ,
53- "compileStreaming" ,
54- "instantiate" ,
55- "instantiateStreaming" ,
56- "validate" ,
57- ] ,
5851 WebGLRenderingContextBase : [ "lineWidth" ] ,
5952 WebGL2RenderingContextOverloads : [
6053 // These are implemented in WebGLRenderingContext and WebGL2RenderingContext separately
@@ -76,11 +69,4 @@ export const forceKeepAlive: Record<string, string[]> = {
7669 ] ,
7770 WindowEventHandlers : [ "onoffline" , "ononline" , "onpagehide" , "onpageshow" ] ,
7871 WorkerGlobalScope : [ "onrejectionhandled" , "onunhandledrejection" ] ,
79- // (WebAssembly namespace members)
80- // TODO: Shouldn't these be inside "WebAssembly"?
81- Instance : [ "exports" ] ,
82- Global : [ "value" , "valueOf" ] ,
83- Memory : [ "buffer" , "grow" ] ,
84- Module : [ "customSections" , "exports" , "imports" ] ,
85- Table : [ "length" , "get" , "grow" , "set" ] ,
8672} ;
0 commit comments