Eric Bidelman

Results 306 comments of Eric Bidelman

Can you provide an example of what you're trying to achieve?

Ah Interesting! What's the benefit of using an extension instead of using puppeteer directly to modify/work with the page? I'd imagine most things you want to use the crx web...

...and create an audit that warns if the site is versioning those urls? Is there justification why https://github.com/GoogleChrome/gulliver/issues/323#issuecomment-309471483 is necessarily a bad thing? Perhaps a technical reason, other than being...

For the score, I think it would be great to just show the different category scores in the kiosk window (instead of a single score). That would align well with...

`idb.filesystem.js` isn't provided as an es6 module. It was developed many years ago :) Happy to take a PR that makes that work though.

@clopez As you pointed out, the demo in master (http://rawgit.com/ebidel/idb.filesystem.js/master/demos/basic/) already works in Safari. It's html5-demos.appspot.com that needs to be updated.

True story. This is a bit annoying, but requires some hackery in the library. For example, the native window.TEMPORARY/PERISTENT is readonly and throws an exception if you try to overwrite...

You've got this, correct? On Thu, Jan 23, 2014 at 7:14 AM, Addy Osmani [email protected]: > @ebidel https://github.com/ebidel would it be possible to get edit > permissions on the doc?...

Can you attach a reproducible mini test case?

Besides the naming differences, it looks like FF doesn't support much of the local filesystem api. I'm not sure trying to polyfill for FF will add much value atm.