document property - Window class - dart:html library (original) (raw)
Document getdocument
The newest document in this window.
Other resources
- Loading web pagesfrom WHATWG.
Implementation
Document get document => JS('Document', '#.document', this);