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

Remove spec and TypeScript defintions #260

Closed domenic closed 1 year ago

domenic commented 1 year ago

The specification work has moved to https://github.com/whatwg/html/pull/8502.

The TypeScript definitions have moved to DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dom-navigation/index.d.ts.


:boom: Error: 400 Bad Request :boom:

PR Preview failed to build. (Last tried on Mar 3, 2023, 7:28 AM UTC).

More PR Preview relies on a number of web services to run. There seems to be an issue with the following one: :rotating_light: [CSS Spec Preprocessor](https://api.csswg.org/bikeshed/) - CSS Spec Preprocessor is the web service used to build Bikeshed specs. :link: [Related URL](https://api.csswg.org/bikeshed/?url=https%3A%2F%2Fraw.githubusercontent.com%2FWICG%2Fnavigation-api%2F337827de22153bfa406a513d13c71f92c7790fa6%2Fspec.bs&md-warning=not%20ready) ``` Error running preprocessor, returned code: 2. FATAL ERROR: Couldn't find the input file at the specified location 'https://raw.githubusercontent.com/WICG/navigation-api/337827de22153bfa406a513d13c71f92c7790fa6/spec.bs'. ✘ Did not generate, due to fatal errors ``` _If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please [file an issue](https://github.com/tobie/pr-preview/issues/new?title=Error%20not%20surfaced%20properly&body=See%20WICG/navigation-api%23260.)._