summaryrefslogtreecommitdiff
path: root/op_crates/web/03_abort_signal.js
AgeCommit message (Collapse)Author
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
This commit aligns the `fetch` API and the `Request` / `Response` classes belonging to it to the spec. This commit enables all the relevant `fetch` WPT tests. Spec compliance is now at around 90%. Performance is essentially identical now (within 1% of 1.9.0).
2021-03-27fix: update wpt + align AbortController (#9907)crowlKats
2021-02-13fix: webidl utils and align `Event` to spec (#9470)Luca Casonato