Skip to content

Commit 43dd8b6

Browse files
committed
bcd 2.0.6
1 parent 9053b7f commit 43dd8b6

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
@@ -10,7 +10,7 @@
1010
"test": "tsc -p ./tsconfig.json && node ./lib/index.js && node ./lib/test.js"
1111
},
1212
"dependencies": {
13-
"@mdn/browser-compat-data": "2.0.5",
13+
"@mdn/browser-compat-data": "2.0.6",
1414
"@types/jsdom": "^16.2.4",
1515
"@types/node": "^14.6.4",
1616
"@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"],
@@ -88,8 +87,6 @@ const forceKeepAlive: Record<string, string[]> = {
8887
"HTMLDialogElement": ["open", "returnValue", "close", "show", "showModal"],
8988
"InputDeviceInfo": ["getCapabilities"],
9089
"Request": ["keepalive"],
91-
"RTCCertificate": ["getFingerprints"],
92-
"RTCDTMFSender": ["canInsertDTMF"],
9390
"RTCDtlsTransport": [
9491
"getRemoteCertificates",
9592
"iceTransport",
@@ -133,7 +130,7 @@ const forceKeepAlive: Record<string, string[]> = {
133130
"sctp",
134131
],
135132
"RTCPeerConnectionIceErrorEvent": ["errorCode", "errorText", "hostCandidate", "url"],
136-
"RTCRtpSender": ["getCapabilities", "rtcpTransport", "transport"],
133+
"RTCRtpSender": ["rtcpTransport", "transport"],
137134
"RTCRtpTransceiver": ["setCodecPreferences"],
138135
"RTCSctpTransport": [
139136
"maxChannels",

0 commit comments

Comments
 (0)