Re: [w3c/manifest] BeforeInstallPromptEvent: Should prompt() throw InvalidStateError if preventDefault not called? (#577)

#576 is resolved and the spec no longer requires the `beforeinstallpromptevent` default action to be showing an install prompt. Therefore, it is no longer sensible to require `preventDefault` before `prompt` is called (or in other words, it now makes sense to call `prompt` without `preventDefault`).

I've filed a Chrome bug [crbug.com/730993](https://crbug.com/730993) to remove this requirement. Let's close this spec bug as WontFix (Chrome will match the existing text).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/577#issuecomment-307022847

Received on Thursday, 8 June 2017 07:29:43 UTC