parse-srcset icon indicating copy to clipboard operation
parse-srcset copied to clipboard

A spec-conformant JavaScript parser for the HTML5 srcset attribute

Results 1 parse-srcset issues
Sort by recently updated
recently updated
newest added

1. You can't actually test for existence of `console` in global scope by just doing `if (console)` - this would error. I've corrected it to test with `typeof console !==...