WICG / navigation-api

The new navigation API provides a new interface for navigations and session history, with a focus on single-page application navigations.
https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api
484 stars 30 forks source link

Can we archive this? #268

Open yoavweiss opened 1 year ago

yoavweiss commented 1 year ago

I see that the spec is now pointing at HTML. Congrats!!

Can we archive this repo? Or should we move the issues over to HTML first?

domenic commented 1 year ago

I think this repo remains valuable as a discussion form for issues and developing the explainer with future features, so I would prefer not to archive it.

posva commented 3 months ago

@domenic does that mean that this API is finally moving forward for Webkit too? 👀

domenic commented 3 months ago

I can't see the relationship between this thread and your question. But, WebKit is indeed implementing this API; see https://github.com/WebKit/WebKit/pulls?q=is%3Apr+%22%5BNavigation%5D%22+in%3Atitle

posva commented 3 months ago

I asked here because from https://github.com/WICG/navigation-api?tab=readme-ov-file#stakeholder-feedback I understood WebKit ignored this feature but if it’s added to the HTML spec then it’s not really being ignored. Great news!