Re: [storage] Change persistentPermission() to persistent() (#7)

Sorry for confusing this issue with `wouldBeGranted`. I'll open a new issue for it.

Your proposal in https://github.com/whatwg/storage/issues/7#issuecomment-126579613 looks fine to me/us.

Just curious, what was your original motivation for making `requestPersistent()` return a boolean instead of the permission string? We surmised it's because web devs only really care about the boolean and even though they can derive the boolean from the permission, we can do it for them. But if they really want to query for the permission string they can do that with `persistentPermission`. Is that about right?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/7#issuecomment-128853996

Received on Friday, 7 August 2015 23:03:25 UTC