Eli Grey

Results 81 comments of Eli Grey

@ekux44 Is this project abandoned?

Please file a bug with the YUI compressor and link it here if you want to resolve the root issue. I will revert to the previous named function code once...

Ok, thanks. I've subscribed to that issue.

Sounds like Rhino's AST representation is broken or YUI's handling of it, imo. The first `Blob` it runs into would be a different variable and scope from the next `Blob`.

Make sure to update . Also, you tested this, right?

This sounds like it may be a result of tainting your canvas with content from another origin without using CORS. @h4ckm03d or @wanyanyan can you please provide a minimum testcase...

The performance benefits greatly outweigh the slight performance increase of using quality+toDataURI as the base64 encoding overhead is still much much greater. Unfortunately no matter what (reasonably high enough) quality...

The whole point of using toBlob instead of toDataURL is performance, and it's not like I added the moz method to support old Firefoxes--it was added back when it was...

https://github.com/eligrey/classList.js/pull/46#issuecomment-189782600