HTMLIFrameElement: getSVGDocument() method
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
ThegetSVGDocument() method of theHTMLIFrameElement interface returns theDocument object of the embedded SVG.
In this article
Syntax
js
getSVGDocument()Parameters
None.
Return value
ADocument.
Examples
js
const svgDoc = document.getElementById("el").getSVGDocument();Specifications
| Specification |
|---|
| HTML> # dom-media-getsvgdocument-dev> |