slightlyoff / async-local-storage

Apache License 2.0
153 stars 13 forks source link

Doesn't work in Firefox Private browsing #6

Closed peterbe closed 10 years ago

peterbe commented 10 years ago

This sample works in Chrome and Firefox but in Firefox private browsing I get InvalidStateError.

screen shot 2013-10-31 at 9 26 27 am

I tried this in Chrome's Incognito browsing mode and there it worked.

If this is a problem with Firefox I'd be happy to file a bug for that there but is there anything we can do in this library?

sole commented 10 years ago

Probably it's a problem with Firefox in private mode: https://bugzilla.mozilla.org/show_bug.cgi?id=781982

peterbe commented 10 years ago

Wow that was quick. So it appears to really be a Firefox problem. This lib shouldn't have to work around it.