WICG / soft-navigations

Heuristics to detect Single Page Apps soft navigations
https://wicg.github.io/soft-navigations/
Other
46 stars 6 forks source link

Should `replaceState()` be included? #36

Open tunetheweb opened 11 months ago

tunetheweb commented 11 months ago

Currently we include replaceState navigations (and the equivalent replace navigations from the Navigation API).

Should we?

To me a "navigation" suggests a new history entry, rather than an update of an existing entry.

Chatting with @yoavweiss I don't think we have good examples of site that do use this for soft navs (maybe because none exist?) so unless we get those and verify them I think it's questionable as to whether these should be included.