Skip to content

Commit c3eef9e

Browse files
committed
bcd 2.0.6
1 parent 192d519 commit c3eef9e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"migrate": "node ./lib/migrate-to-tsc.js"
1212
},
1313
"dependencies": {
14-
"@mdn/browser-compat-data": "2.0.5",
14+
"@mdn/browser-compat-data": "2.0.6",
1515
"@types/jsdom": "^16.2.4",
1616
"@types/node": "^14.6.4",
1717
"@types/node-fetch": "^2.5.7",

src/bcd.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const forceKeepAlive: Record<string, string[]> = {
2828
],
2929
"MediaSource": ["clearLiveSeekableRange", "setLiveSeekableRange"],
3030
"NavigatorPlugins": ["javaEnabled", "mimeTypes", "plugins"],
31-
"RTCDataChannel": ["id", "onerror"],
3231
"SharedWorkerGlobalScope": ["close"],
3332
"ServiceWorkerGlobalScope": ["onmessageerror"],
3433
"SVGSVGElement": ["getCurrentTime", "pauseAnimations", "setCurrentTime", "unpauseAnimations"],
@@ -89,8 +88,6 @@ const forceKeepAlive: Record<string, string[]> = {
8988
"InputDeviceInfo": ["getCapabilities"],
9089
"ResizeObserverSize": ["blockSize", "inlineSize"],
9190
"Request": ["keepalive"],
92-
"RTCCertificate": ["getFingerprints"],
93-
"RTCDTMFSender": ["canInsertDTMF"],
9491
"RTCDtlsTransport": [
9592
"getRemoteCertificates",
9693
"iceTransport",
@@ -134,7 +131,7 @@ const forceKeepAlive: Record<string, string[]> = {
134131
"sctp",
135132
],
136133
"RTCPeerConnectionIceErrorEvent": ["errorCode", "errorText", "hostCandidate", "url"],
137-
"RTCRtpSender": ["getCapabilities", "rtcpTransport", "transport"],
134+
"RTCRtpSender": ["rtcpTransport", "transport"],
138135
"RTCRtpTransceiver": ["setCodecPreferences"],
139136
"RTCSctpTransport": [
140137
"maxChannels",

0 commit comments

Comments
 (0)