yui/js/features.js:8
Feature detection
addcat
name
o
Defined in
yui/js/features.js:23
Add a test to the system
Y.Features.add("load", "1", {});
allcat
args
Defined in
yui/js/features.js:42
Execute all tests of a given category and return the serialized results
caps=1:1;2:1;3:0
A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0
testcat
name
args
Defined in
yui/js/features.js:65
Run a specific test and return a Boolean response.
Y.Features.test("load", "1");
True or false if the test passed/failed.