Skip to content

Commit

Permalink
[zh-CN]: add translation for NavigationActivation.from (#25194)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 23, 2024
1 parent a5c0b5e commit 8cdfb76
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions files/zh-cn/web/api/navigationactivation/from/index.md
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)

0 comments on commit 8cdfb76

Please sign in to comment.