aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document/embeds/index.html
blob: be68100cb7b21490ef5ba56a16b389a350de4fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Document.embeds
slug: Web/API/Document/embeds
tags:
  - API
  - Document
translation_of: Web/API/Document/embeds
---
<p> </p>

<p>{{ApiRef}}</p>

<p>The <strong><code>embeds</code></strong> read-only property of the {{domxref("Document")}} interface returns a list of the embedded {{htmlelement("object")}} elements within the current document.</p>

<h2 id="Синтаксис">Синтаксис</h2>

<pre><var>nodeList</var> = document.embeds
</pre>

<h3 id="Значение">Значение</h3>

<p>{{domxref("HTMLCollection")}}.</p>

<h2 id="Спецификации">Спецификации</h2>

{{Specifications}}