Re: [w3c/manifest] Add installation prompt control flow (#417)

Ok, spec text now matches reference implementation. However, I'm still bothered that `ev.userChoice` can be left unresolve in case of an error. 

We have two options: 

 1. We add a new enum value to AppBannerPromptOutcome, like "unknown". 
 2. Or, maybe more correct, we call reject() on the `[[\userChoice]]` promise. 
 


-- 
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/417#issuecomment-255001113

Received on Thursday, 20 October 2016 03:38:43 UTC