From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/api/document/embeds/index.html | 59 +++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 files/ru/web/api/document/embeds/index.html (limited to 'files/ru/web/api/document/embeds/index.html') diff --git a/files/ru/web/api/document/embeds/index.html b/files/ru/web/api/document/embeds/index.html new file mode 100644 index 0000000000..848996becb --- /dev/null +++ b/files/ru/web/api/document/embeds/index.html @@ -0,0 +1,59 @@ +--- +title: Document.embeds +slug: Web/API/Document/embeds +tags: + - API + - Document +translation_of: Web/API/Document/embeds +--- +

 

+ +

{{ApiRef}}

+ +

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

+ +

Синтаксис

+ +
nodeList = document.embeds
+
+ +

Значение

+ +

{{domxref("HTMLCollection")}}.

+ +

Спецификации

+ + + + + + + + + + + + + + + + +
СпецификацииСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}}{{ Spec2('HTML WHATWG') }} 
+ +

Браузерная поддержка

+ + + +

{{Compat("api.Document.embeds")}}

+ +

 

+ + + + + + + +
 
-- cgit v1.2.3-54-g00ecf