document property - Window class - dart:html library (original) (raw)

description

Document getdocument

The newest document in this window.

Other resources

Implementation

Document get document => JS('Document', '#.document', this);