Re: [w3c/ServiceWorker] Proposal: FetchEvent.navigationLoadType (#1167)

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