We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546593b commit 1d052bdCopy full SHA for 1d052bd
test/unit/support.js
@@ -68,7 +68,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
68
var expected,
69
userAgent = window.navigator.userAgent;
70
71
- if ( /edge\/12/i.test( userAgent ) ) {
+ if ( /edge\//i.test( userAgent ) ) {
72
expected = {
73
"ajax": true,
74
"attributes": true,
0 commit comments