WebDocument typedef

WebDocument = Document

Represents the HTML document object.

This type alias points to web.Document.

Implementation

typedef WebDocument = web.Document;