We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a7e3c commit f54ee29Copy full SHA for f54ee29
tests/testgeneric.js
@@ -227,9 +227,9 @@ const get_globals = () => new Promise(resolve => {
227
],
228
"webkit": [
229
"object" === typeof browser,
230
- "function" === typeof getMatchedCSSRules,
+ //"function" === typeof getMatchedCSSRules,
231
"object" === typeof safari,
232
- "function" === typeof showModalDialog,
+ //"function" === typeof showModalDialog,
233
"function" === typeof webkitConvertPointFromNodeToPage,
234
"function" === typeof webkitCancelRequestAnimationFrame,
235
"object" === typeof webkitIndexedDB,
0 commit comments