WICG / web-app-launch

Web App Launch Handler
Other
75 stars 28 forks source link

Launch Events support POST #1

Closed ewilligers closed 5 years ago

ewilligers commented 6 years ago

The method handleLaunch is not needed, instead we rely on waitUntil.

The launch event contains request instead of url, so we can support POST requests.

It is possible to receive a launch event after a navigation has completed in the normal manner.

ewilligers commented 5 years ago

I don't have permissions to merge this.