javascript-tutorial / javascript-tutorial/en.javascript.info
`Fetch: Cross-Origin Requests` article wording
還沒有人認領這個 Issue。
- 主要語言
- HTML
- 星號
- 25.5k
- 分支
- 4k
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Article: Fetch: Cross-Origin Requests
-
https://github.com/javascript-tutorial/en.javascript.info/blob/285083fc71ee3a7cf55fd8acac9c91ac6f62105c/5-network/05-fetch-crossorigin/article.md?plain=1#L206 This line gives an idea that there can only be three headers when, in fact, there can be more, as per this MDN article or verified in practice.
-
https://github.com/javascript-tutorial/en.javascript.info/blob/285083fc71ee3a7cf55fd8acac9c91ac6f62105c/5-network/05-fetch-crossorigin/article.md?plain=1#L212 A successful response to a preflight request is restricted to an ok-status, which includes 200 but not limited to it, as per the spec.
I may be nitpicking, but I had to google what was wrong with my preflight request when it had ~10 headers and received a 204 response.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
開啟 5-network/05-fetch-crossorigin/article.md,檢查第 206 行和第 212 行附近的措辭。將這些敘述與連結的 MDN 文章和 Fetch specification 進行比較。完成的標準是:文章不再暗示恰好有三個標頭或只有 200 回應,同時保留關於成功 preflight 回應的準確指引。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 1/5
- 預估耗時
- 1 小時以內
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100