@@ -26,7 +26,6 @@ export const forceKeepAlive: Record<string, string[]> = {
2626 "trace" ,
2727 "warn" ,
2828 ] ,
29- CSSConditionRule : [ "conditionText" ] ,
3029 CSSGroupingRule : [ "cssRules" , "deleteRule" , "insertRule" ] ,
3130 CSSStyleDeclaration : [
3231 "alignContent" ,
@@ -109,7 +108,6 @@ export const forceKeepAlive: Record<string, string[]> = {
109108 ] ,
110109 HTMLIFrameElement : [ "allowPaymentRequest" ] ,
111110 KeyframeEffect : [ "iterationComposite" ] ,
112- LinkStyle : [ "sheet" ] ,
113111 MediaCapabilities : [ "encodingInfo" ] ,
114112 MutationEvent : [
115113 "attrChange" ,
@@ -131,10 +129,8 @@ export const forceKeepAlive: Record<string, string[]> = {
131129 "disablePictureInPicture" ,
132130 ] ,
133131 Request : [ "keepalive" ] ,
134- ResizeObserverSize : [ "blockSize" , "inlineSize" ] ,
135132 RTCDtlsTransport : [ "onstatechange" , "state" ] ,
136133 RTCPeerConnection : [ "canTrickleIceCandidates" ] ,
137- ServiceWorkerGlobalScope : [ "onmessageerror" ] ,
138134 SVGAnimatedTransformList : [ "animVal" , "baseVal" ] ,
139135 SVGElement : [ "ownerSVGElement" , "viewportElement" ] ,
140136 SVGTransformList : [
0 commit comments