-
Notifications
You must be signed in to change notification settings - Fork 8.2k
[zh-TW]: update API XMLHttpRequest.open()
method
#27644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs Flaws (1)URL:
(comment last updated: 2025-07-04 07:07:47) |
This pull request has merge conflicts that must be resolved before it can be merged. |
- `url` | ||
- : 字串或任何其他帶有 {{Glossary("stringifier")}} 的物件──包括 {{domxref("URL")}} 物件──提供要向其發送請求的資源的 URL。 | ||
- : 一個{{Glossary("stringifier", "字串化器")}}(包括 {{domxref("URL")}} 物件)的{{jsxref("String", "字串")}}或任何其他物件,提供要傳送請求的資源 URL。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的stringifier是修饰“其他物件”的,“其他物件”提供了要传送请求的资源的URL
Co-authored-by: Jason Ren <40999116+jasonren0403@users.noreply.github.com>
- `url` | ||
- : 字串或任何其他帶有 {{Glossary("stringifier")}} 的物件──包括 {{domxref("URL")}} 物件──提供要向其發送請求的資源的 URL。 | ||
一個字串或任何具有{{Glossary("stringifier", "字串化器")}}的其他物件(包括一個 {{domxref("URL")}} 物件)提供了要傳送請求的資源的 URL。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
一個字串或任何具有{{Glossary("stringifier", "字串化器")}}的其他物件(包括一個 {{domxref("URL")}} 物件)提供了要傳送請求的資源的 URL。 | |
一個字串或任何具有{{Glossary("stringifier", "字串化器")}}的其他物件(包括一個 {{domxref("URL")}} 物件)提供了要傳送請求的資源的 URL。 |
Description
Motivation
Additional details
Related issues and pull requests