# fetch **Repository Path**: mirrors_nox/fetch ## Basic Information - **Project Name**: fetch - **Description**: Fetch Standard - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository hosts the [Fetch Standard](https://fetch.spec.whatwg.org/). ### Code of conduct We are committed to providing a friendly, safe and welcoming environment for all. Please read and respect the [WHATWG Code of Conduct](https://wiki.whatwg.org/wiki/Code_of_Conduct). ### Contribution opportunities Folks notice minor and larger issues with the Fetch Standard all the time and we'd love your help fixing those. Pull requests for typographical and grammar errors are also most welcome. We'd be happy to mentor you through this process. If you're interested and need help getting started, leave a comment on the issue or ask around [on IRC](https://wiki.whatwg.org/wiki/IRC). ### Pull requests In short, change `fetch.bs` and submit your patch, with a [good commit message](https://github.com/erlang/otp/wiki/Writing-good-commit-messages). Consider reading through the [WHATWG FAQ](https://wiki.whatwg.org/wiki/FAQ) if you are new here. Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically. If you want to preview the spec locally, you can either use a locally installed copy of [Bikeshed](https://github.com/tabatkins/bikeshed) by running `make` or use the HTTP API version by running `make remote`. If you want to do a complete "local deploy" including commit and/or branch snapshots, run `make deploy`. #### Formatting Use a column width of 100 characters. Do not use newlines inside "inline" elements, even if that means exceeding the column width requirement. ```html
Execute set response's CSP list on response. CSP ``` is okay and ```html
Execute set response's CSP list on response. CSP ``` is not. Using newlines between "inline" element tag names and their content is also forbidden. (This actually alters the content, by adding spaces.) That is ```html token ``` is fine and ```html token ``` is not. An `
` element inside it, unless it's a child of `
Set response's url list to a copy of request's url list. ``` is not indented, but ```html
Run these substeps in parallel: