- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 02 Feb 2021 09:25:50 -0800
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3ctag/design-reviews/issues/605@github.com>
HIQaH! QaH! TAG! I'm requesting a TAG review of the app history API proposal. The web's existing [history API](https://developer.mozilla.org/en-US/docs/Web/API/History) is problematic for a number of reasons, which makes it hard to use for web applications. This proposal introduces a new `window.appHistory` API, which is more directly usable by web application developers to address the use cases they have for history introspection, mutation, and observation/interception. The proposed API layers on top of the existing API and specification infrastructure, with well-defined interaction points. The main differences are that it is scoped to the current origin and frame, and it is designed to be pleasant to use instead of being a historical accident with many sharp edges - Explainer¹ (minimally containing user needs and example code): https://github.com/slightlyoff/history_api/blob/master/app_history.md - Security and Privacy self-review²: https://github.com/slightlyoff/history_api/blob/master/app_history_spq.md - GitHub repo (if you prefer feedback filed there): https://github.com/slightlyoff/history_api/ (for now; hoping to move to WICG soon) - Primary contacts (and their relationship to the specification): - Domenic Denicola (@domenic), Google - Organization/project driving the design: Google - External status/issue trackers for this feature (publicly visible, e.g. Chrome Status): none yet, will update when we start prototyping Further details: - [x] I have reviewed the TAG's [API Design Principles](https://w3ctag.github.io/design-principles/) - The group where the incubation/design work on this is being done (or is intended to be done in the future): WICG - The group where standardization of this work is intended to be done ("unknown" if not known): WHATWG - Existing major pieces of multi-stakeholder review or discussion of this design: none of this design, although there is a lot of discussion of how the existing history API is bad (which the explainer links to throughout) - Major unresolved issues with or opposition to this design: no major issues yet. There are a number of minor TODOs scattered throughout the document; thoughts on the best ways of resolving those would be appreciated. - This work is being funded by: Google You should also know that... The intent here is not to provide any substantial new capabilities, but instead provide a more ergonomic and interoperable API for manipulating history. See especially our discussion of interop goals and building this on a solid foundation at the bottom of [the explainer's Goals section](https://github.com/slightlyoff/history_api/blob/master/app_history.md#goals) We'd prefer the TAG provide feedback as (please delete all but the desired option): 🐛 open issues in our GitHub repo for **each point of feedback** -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/605
Received on Tuesday, 2 February 2021 17:26:02 UTC