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

Just a question, but is splitting `back_forward` really useful? It did not mean moving to the previous page or the next page from, but moving to any point in the current navigation history.

I'm just thinking about how we deal with History.go(N) of N != 0 (and user actions from pull-down menu of back and forward button). If we want to split it, `N < 0` is mapped to `back` and `N > 0` is mapped to `forward`.

But I'm not sure if we can have a reasonable use case scenario to utilize such detailed separation of `back` and `forward` here.

-- 
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-315275707

Received on Friday, 14 July 2017 05:46:00 UTC