HTMLEmbedElement: 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 January 2020.
The getSVGDocument()
method of the HTMLEmbedElement
interface returns the Document
object of the embedded SVG.
Value
A Document
.
Examples
js
const svg = document.getElementById("el").getSVGDocument();
Specifications
Specification |
---|
HTML Standard # dom-media-getsvgdocument-dev |
Browser compatibility
BCD tables only load in the browser