David Humphrey
David Humphrey
Test landed in https://github.com/filerjs/filer/pull/595
Only for compat, yes, it will be essentially a no-op.
@PriyankaCodes99 OK, it's all yours. Here's how I would recommend you approach this. First, you need a way to trigger this particular failure. Essentially, we want to have our test...
Hey @tinchoz49, this is a bug, thanks for filing. We currently assume flags are in string form (`'w+'` is closest to what you'd want), and don't yet support passing flags...
@rscotchmer not sure what you're looking to do for your 0.3 bugs, but this one might be interesting to you. I could mentor you through it, if you have interest....
@rscotchmer great, here are some more thoughts. We currently use strings for flags, and we should switch to using numbers. If a string is passed to us, we should convert...
I can't figure out if this is still necessary, given that we have it in a) github; b) npm; I can't see an obvious way to accomplish this with parcel....
If the issue relates to Private Browsing and Firefox, the problem is that the browser reports that `indexDB` is available, but throws when you try to access it. We've filed...
@0xazure unfortunately, it's not that simple. I've discussed this with the `IndexedDB` devs at Mozilla in the past. Firefox will `throw` a security exception, which is un-catchable if you touch...
Sounds like things have changed, which would be great.