MCPcopy Create free account
hub / github.com/compat-table/compat-table / isOptional

Function isOptional

build.js:40–42  ·  view source on GitHub ↗
(category)

Source from the content-addressed store, hash-verified

38var STAGE2 = 'draft (stage 2)';
39
40var isOptional = function isOptional(category) {
41 return (category || '').indexOf('annex b') > -1 || category === STAGE2;
42};
43
44var byTestSuite = function (suite) {
45 return function (browser) {

Callers 2

dataToHtmlFunction · 0.85
resultCellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected