browser | real values | true values |
null values |
---|---|---|---|
total | 70.40% | 13.71% | 15.89% |
chrome | 78.10% | 15.28% | 6.63% |
chrome android | 43.34% | 22.21% | 34.45% |
edge | 73.81% | 8.03% | 18.16% |
firefox | 93.92% | 4.68% | 1.40% |
ie | 89.01% | 3.12% | 7.87% |
safari | 77.01% | 13.64% | 9.35% |
safari ios | 53.70% | 18.78% | 27.51% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const compareVersions = require('compare-versions'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const uaParser = require('ua-parser-js'); | |
const overrides = require('./overrides').filter(Array.isArray); | |
function findEntry(bcd, path) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const compareVersions = require('compare-versions'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const uaParser = require('ua-parser-js'); | |
const overrides = require('./overrides').filter(Array.isArray); | |
function findEntry(bcd, path) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const compareVersions = require('compare-versions'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const uaParser = require('ua-parser-js'); | |
const overrides = require('./overrides').filter(Array.isArray); | |
function findEntry(bcd, path) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const assert = require('assert'); | |
const compareVersions = require('compare-versions'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const uaParser = require('ua-parser-js'); | |
function findEntry(bcd, path) { | |
let keys = path.split('.'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<script src="/resources/json3.min.js"></script> | |
<script src="/resources/harness.js"></script> | |
<script> | |
bcd.test('api.AbortController', function() { | |
return 'AbortController' in self; | |
}); | |
bcd.test('api.AbortController.abort', function() { | |
return 'abort' in AbortController.prototype; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AbortController": { | |
}, | |
"AbortSignal": { | |
"inherits": "EventTarget" | |
}, | |
"AbsoluteOrientationSensor": { | |
"inherits": "OrientationSensor" | |
}, | |
"AbstractRange": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const assert = require('assert'); | |
const compareVersions = require('compare-versions'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const uaParser = require('ua-parser-js'); | |
function findEntry(bcd, path) { | |
let keys = path.split('.'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const assert = require('assert'); | |
const compareVersions = require('compare-versions'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const uaParser = require('ua-parser-js'); | |
function findEntry(bcd, path) { | |
let keys = path.split('.'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const assert = require('assert'); | |
const compareVersions = require('compare-versions'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const uaParser = require('ua-parser-js'); | |
function findEntry(bcd, path) { | |
let keys = path.split('.'); |