Re: [w3c/manifest] BREAKING CHANGE: remove beforeinstallprompt event (#836)

Code to implement this event exists in Chromium, with a significant part, i.e. the event itself, lying in Blink:

https://cs.chromium.org/search/?q=beforeinstallprompt&sq=package:chromium&type=cs

Is there evidence that implementations in non-Chrome but Chromium-based browsers is or would be independent? 

(In my view, independently implemented prompts or install actions that nonetheless use this shared code would not count as independent implementations, since the specification only deals with the event and its dispatch, not with whatever native prompt may be related to it.)

-- 
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/pull/836#issuecomment-565531588

Received on Friday, 13 December 2019 17:29:21 UTC