-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zh-CN]: add translation for
NavigationActivation.from
(#25194)
- Loading branch information
1 parent
a5c0b5e
commit 8cdfb76
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: NavigationActivation:from 属性 | ||
slug: Web/API/NavigationActivation/from | ||
l10n: | ||
sourceCommit: 3a95c239db50c88fdde48daacb6c279006a422b9 | ||
--- | ||
|
||
{{APIRef("Navigation API")}}{{SeeCompatTable}} | ||
|
||
{{domxref("NavigationActivation")}} 接口的 **`from`** 只读属性包含一个 {{domxref("NavigationHistoryEntry")}} 对象,表示导航中传出(“来自”)的文档历史记录条目。 | ||
|
||
## 值 | ||
|
||
{{domxref("NavigationHistoryEntry")}} 对象,或 `null` 若传出文档为: | ||
|
||
- 与传入文档不同源。 | ||
- 初始 `about:blank` 文档。 | ||
|
||
## 示例 | ||
|
||
查看 {{domxref("NavigationActivation")}} 主页面。 | ||
|
||
## 规范 | ||
|
||
{{Specifications}} | ||
|
||
## 浏览器兼容性 | ||
|
||
{{Compat}} | ||
|
||
## 参见 | ||
|
||
- [导航 API](/zh-CN/docs/Web/API/Navigation_API) | ||
- [视图过渡 API](/zh-CN/docs/Web/API/View_Transition_API) |