- From: Jake Archibald <notifications@github.com>
- Date: Wed, 08 Nov 2017 00:39:29 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 November 2017 00:39:53 UTC
F2F:
Agree on `request.navigationInfo`:
```js
{
reload: bool,
history: bool,
submit: bool
}
```
If the browser doesn't support a property, eg `'submit' in request.navigationInfo` would be false.
--
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/ServiceWorker/issues/1167#issuecomment-342671562
Received on Wednesday, 8 November 2017 00:39:53 UTC