mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Add spec steps and comments for fetch abort steps (#39283)
While trying to figure out what the status of this implementation was, I added steps and comments to see what we are missing. Also updated some links, since I couldn't find an implementation of `window.fetch`, since the spec URL was pointing to the chapter instead of the algorithm. Part of #34866 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
2f252c9b78
commit
3ef3ba9378
7 changed files with 78 additions and 41 deletions
|
@ -1798,7 +1798,7 @@ impl WindowMethods<crate::DomTypeHolder> for Window {
|
|||
mql
|
||||
}
|
||||
|
||||
// https://fetch.spec.whatwg.org/#fetch-method
|
||||
/// <https://fetch.spec.whatwg.org/#dom-global-fetch>
|
||||
fn Fetch(
|
||||
&self,
|
||||
input: RequestOrUSVString,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue