Class Document


@JsType(isNative=true, namespace="<global>", name="Document") public class Document extends EventTarget
Opaque binding for a browser Document.

Use Js.uncheckedCast(document) to convert this value to the document type supplied by the browser JsInterop library used by the application.

  • Constructor Details