Skip to content

Loading…

Replace FileSystem API with chrome.storage.local #89

Closed
gorhill opened this Issue · 1 comment

1 participant

@gorhill

Because http://code.google.com/p/chromium/issues/detail?id=389879.

Apparently The QUOTA_BYTES "value will be ignored if the extension has the unlimitedStorage permission" (ref)

I can't tell whether Chromium 37 will break HTTPSB, uBlock, (Adblock Plus, etc). Nowhere can I find feedback about this from Chromium devs. Given that FileSystem API has been dropped as candidate technology for HTML5, I will assume the worst and try to find an alternative.

Not sure if chrome.storage.local will work, I have to write prototype code.

@gorhill

Prototype code works, so now it's to convert uBlock/HTTPSB before 37 lands.

@gorhill gorhill added a commit that closed this issue
@gorhill gorhill this fixes #89 34b8045
@gorhill gorhill closed this in 34b8045
@gorhill gorhill removed the fixing label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.