w3c / web-share-target

Web API proposal for receiving shared data
https://w3c.github.io/web-share-target/
Other
192 stars 20 forks source link

Probably don't need text around failure #3

Closed marcoscaceres closed 6 years ago

marcoscaceres commented 8 years ago

For the purpose of just shopping the proposal around, we probably don't need the following because they are self evident:

A share fails if:

  • The handler had no registered service worker.
  • There was an error during service worker initialization.
  • There is no event handler for share events.
  • The event handler explicitly calls the event's reject method (either in the event handler, or in the promise passed to the event's waitUntil method).
  • The promise passed to waitUntil is rejected.
kenchris commented 6 years ago

So as your PR landed @marcoscaceres can you close this?