jscc icon indicating copy to clipboard operation
jscc copied to clipboard

This is the website for the JavaScript Compatibility Checker

Results 15 jscc issues
Sort by recently updated
recently updated
newest added

classes seem to be undetected

Would it be possible to get the rules regexes made and used from a separate json file?

enhancement
help wanted

Very cool! What about creating a version of these checks as a standalone node module? That way it could be easily integrated into code sniffs or other static analysis tools.

question

I pasted in some code that uses the dataset property, which is [listed on Can I Use](http://caniuse.com/#feat=dataset). JSCC says there are no problems, but `dataset` is not supported in IE6-10.

can not scroll down to page end, when 'browsers' or 'filters' pane is opened

bug