Noam Rosenthal

Results 99 issues of Noam Rosenthal

In the current history API, it's clear that when sending objects as part of the history state, these objects are not persistent and totally private. But when adding `ui-state` to...

Remove the existing navigation redirect, and allow the caller to use the controller to continue to the next redirect. This simplifies the navigation HTMLFETCH flow, as now there is a...

Keep track of chunk sizes as the response stream is being read. Closes https://github.com/w3c/navigation-timing/issues/124 - [ ] At least two implementers are interested (and none opposed): * … * …...

See [this conversation](https://github.com/w3c/resource-timing/issues/240) I think it's time we consider CORS resources as if they have TAO by default. This will allow the document to receive timing information of resources for...

addition/proposal
topic: cors

Once https://github.com/whatwg/fetch/pull/1329 is merged, Fetching would return a "controller". To make use of that controller, the following action items need to be resolved: - [x] HTML: Use the controller in...

Followup from https://github.com/whatwg/fetch/pull/1413 The new `initiator type` values should be represented in [this table](https://fetch.spec.whatwg.org/#ref-for-concept-request-destination%E2%91%A0).

clarification

In conjunction with https://github.com/whatwg/html/pull/7691 (see there for implementers/tests etc) - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are...

addition/proposal
security/privacy

Creating a connection info for each potential connection in proxy, all with the same `domain lookup start time`. The selected connection attaches its timing info to the response. This ensures...

See https://github.com/whatwg/fetch/pull/1329/files#r737329884 The wording in fetch makes it seem that there could be cases where a fetch record can have a null reference to its corresponding fetch algorithm (or controller)....

Styles can lead to fetching [color-profiles](https://drafts.csswg.org/css-color-4/#at-profile) and [SVG shapes](https://drafts.csswg.org/css-shapes-2/#referencing-svg-shapes). Which destination types should they use? Maybe they need new ones? (`svg` / `color-profile`)?