Skip to content

Commit 8e475e1

Browse files
committed
chore(bcd): remove redundant keepalive items
1 parent 84aa732 commit 8e475e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/build/bcd/keep-alive.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export const forceKeepAlive: Record<string, string[]> = {
9898
DOMRect: ["fromRect"],
9999
Document: ["charset", "inputEncoding"],
100100
Element: ["webkitMatchesSelector"],
101-
ExtendableMessageEvent: ["lastEventId", "origin", "ports", "source"],
102101
FileReader: ["onloadstart"],
103102
Gamepad: ["hapticActuators"],
104103
GlobalEventHandlers: [
@@ -136,11 +135,8 @@ export const forceKeepAlive: Record<string, string[]> = {
136135
RTCDtlsTransport: ["onstatechange", "state"],
137136
RTCPeerConnection: ["canTrickleIceCandidates"],
138137
ServiceWorkerGlobalScope: ["onmessageerror"],
139-
SVGAnimatedPoints: ["animatedPoints", "points"],
140138
SVGAnimatedTransformList: ["animVal", "baseVal"],
141139
SVGElement: ["ownerSVGElement", "viewportElement"],
142-
SVGFilterPrimitiveStandardAttributes: ["height", "result", "width", "x", "y"],
143-
SVGTests: ["requiredExtensions", "systemLanguage"],
144140
SVGTransformList: [
145141
"numberOfItems",
146142
"appendItem",
@@ -198,8 +194,5 @@ export const forceKeepAlive: Record<string, string[]> = {
198194
Table: ["length", "get", "grow", "set"],
199195

200196
// Widely supported but without being correctly exposed to global
201-
ReadableStreamDefaultReader: ["read", "releaseLock"],
202-
ReadableStreamDefaultController: ["desiredSize", "close", "enqueue", "error"],
203-
WebGLVertexArrayObjectOES: [],
204197
WritableStreamDefaultController: ["error"],
205198
};

0 commit comments

Comments
 (0)