-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
zh-CN: create action.getPopup()
#22945
Conversation
Preview URLs Flaws (13)URL:
External URLs (2)URL:
(comment last updated: 2024-08-08 09:36:08) |
|
||
### 返回值 | ||
|
||
以包含弹窗文档的 URL 的字符串形式兑现的 [`Promise`](/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise)。该 URL 会是一个完全合格 URL,例如 `moz-extension://d1d8a2eb-fe60-f646-af30-a866c5b39942/popups/popup2.html`. |
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.
“fully qualified”=>“完全限定”
以包含弹窗文档的 URL 的字符串形式兑现的 [`Promise`](/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise)。该 URL 会是一个完全合格 URL,例如 `moz-extension://d1d8a2eb-fe60-f646-af30-a866c5b39942/popups/popup2.html`. | |
一个 [`Promise`](/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise),会兑现包含弹窗文档的 URL 的字符串。该 URL 是完全限定 URL,例如 `moz-extension://d1d8a2eb-fe60-f646-af30-a866c5b39942/popups/popup2.html`。 |
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.
当时搜了一下,看到https://zh.wikipedia.org/zh-cn/%E5%AE%8C%E6%95%B4%E7%B6%B2%E5%9F%9F%E5%90%8D%E7%A8%B1 说的是完全合格,然后就pick this name了)
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.
这个问题我在之前的 PR 中就有提过:#22218 (comment)
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.
忘记了()
files/zh-cn/mozilla/add-ons/webextensions/api/action/getpopup/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: A1lo <[email protected]>
No description provided.