Webapi.Dom
module AnimationEvent : sig ... end
module Attr : sig ... end
module BeforeUnloadEvent : sig ... end
module CdataSection : sig ... end
module CharacterData : sig ... end
module Comment : sig ... end
module CssStyleDeclaration : sig ... end
module ClipboardEvent : sig ... end
module CloseEvent : sig ... end
module CompositionEvent : sig ... end
module CustomEvent : sig ... end
module Document : sig ... end
module DocumentFragment : sig ... end
module DocumentType : sig ... end
module DomImplementation : sig ... end
module DomRect : sig ... end
module DomStringMap : sig ... end
module DomTokenList : sig ... end
module DragEvent : sig ... end
module Element : sig ... end
module ErrorEvent : sig ... end
module Event : sig ... end
module EventTarget : sig ... end
module FocusEvent : sig ... end
module History : sig ... end
module HtmlCollection : sig ... end
module HtmlDocument : sig ... end
module HtmlElement : sig ... end
module HtmlFormElement : sig ... end
module HtmlImageElement : sig ... end
module HtmlInputElement : sig ... end
module IdbVersionChangeEvent : sig ... end
module Image : sig ... end
module InputEvent : sig ... end
module KeyboardEvent : sig ... end
module Location : sig ... end
module MouseEvent : sig ... end
module MutationObserver : sig ... end
module MutationRecord : sig ... end
module NamedNodeMap : sig ... end
module Node : sig ... end
module NodeFilter : sig ... end
module NodeIterator : sig ... end
module NodeList : sig ... end
module PageTransitionEvent : sig ... end
module PointerEvent : sig ... end
module PopStateEvent : sig ... end
module ProcessingInstruction : sig ... end
module ProgressEvent : sig ... end
module Range : sig ... end
module RelatedEvent : sig ... end
module Selection : sig ... end
module ShadowRoot : sig ... end
module StorageEvent : sig ... end
module SvgZoomEvent : sig ... end
module Text : sig ... end
module TimeEvent : sig ... end
module TouchEvent : sig ... end
module TrackEvent : sig ... end
module TransitionEvent : sig ... end
module TreeWalker : sig ... end
module UiEvent : sig ... end
module ValidityState : sig ... end
module WebGlContextEvent : sig ... end
module WheelEvent : sig ... end
module Window : sig ... end
val encodeCompareHow : compareHow -> int
val decodeCompareResult : int -> compareResult
val decodeCompatMode : string -> compatMode
val encodeContentEditable : contentEditable -> string
val decodeContentEditable : string -> contentEditable
val decodeDeltaMode : int -> deltaMode
val encodeDesignMode : designMode -> string
val decodeDesignMode : string -> designMode
val encodeDir : dir -> string
val decodeDir : string -> dir
module EventPhase : sig ... end
val encodeFilterAction : filterAction -> int
val encodeInsertPosition : insertPosition -> string
val encodeModifierKey : modifierKey -> string
val decodeNodeType : int -> nodeType
val decodePointerType : string -> pointerType
val decodeReadyState : string -> readyState
val decodeShadowRootMode : string -> shadowRootMode
val decodeVisibilityState : string -> visibilityState
module type WhatToShowT = sig ... end
module WhatToShow : WhatToShowT
val window : Dom.window
val document : Dom.document
val history : Dom.history
val location : Dom.location