HTMLIFrameElement: getSVGDocument() method - Web APIs | MDN
Syntax
Parameters
None.
Return value
A Document.
Examples
js
const svgDoc = document.getElementById("el").getSVGDocument();
Specifications
| Specification |
|---|
| HTML # dom-media-getsvgdocument-dev |