privacycg / storage-access

The Storage Access API
https://privacycg.github.io/storage-access/
199 stars 26 forks source link

Reject with DomException or never reject #118

Closed bvandersloot-mozilla closed 1 year ago

bvandersloot-mozilla commented 1 year ago

I am both rejecting with a "{{NotAllowedError}}" {{DomException}} in all contexts where we reject undefined and no longer rejecting where we don't want to leak user choice timing. (#60 and #37)


Preview | Diff

bvandersloot-mozilla commented 1 year ago

@johannhof I re-added the rejection of p where the permission is denied. I'll work on another patch to manage #60