Skip to content

Commit 7e6fbde

Browse files
committed
chore(build/bcd): remove redundant items
1 parent be147c6 commit 7e6fbde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/build/bcd/keep-alive.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)