Skip to content

Commit e26adf0

Browse files
committed
2.0.7
1 parent 43dd8b6 commit e26adf0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

inputfiles/removedTypes.json

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
}
305305
}
306306
},
307+
"WebAuthentication": null,
307308
"WebAuthnAssertion": null,
308309
"WebGLBuffer": {
309310
"extends": null

package.json

+1-1
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.6",
13+
"@mdn/browser-compat-data": "2.0.7",
1414
"@types/jsdom": "^16.2.4",
1515
"@types/node": "^14.6.4",
1616
"@types/node-fetch": "^2.5.7",

src/bcd.ts

-3
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ const forceKeepAlive: Record<string, string[]> = {
3030
"NavigatorPlugins": ["javaEnabled", "mimeTypes", "plugins"],
3131
"SharedWorkerGlobalScope": ["close"],
3232
"ServiceWorkerGlobalScope": ["onmessageerror"],
33-
"SVGSVGElement": ["getCurrentTime", "pauseAnimations", "setCurrentTime", "unpauseAnimations"],
3433
"TextTrackCue": ["endTime", "id", "pauseOnExit", "startTime", "track"],
3534
"TrackEvent": ["track"],
3635
"WebKitCSSMatrix": [],
3736
"WindowEventHandlers": ["onmessage"],
3837

3938
// Widely supported but without being correctly exposed to global
40-
"DeviceMotionEventAcceleration": ["x", "y", "z"],
41-
"DeviceMotionEventRotationRate": ["alpha", "beta", "gamma"],
4239
"ReadableStreamDefaultReader": ["closed", "cancel", "read", "releaseLock"],
4340
"ReadableStreamDefaultController": ["desiredSize", "close", "enqueue", "error"],
4441

0 commit comments

Comments
 (0)