Webapimodule Base64 : sig ... endThe Webapi library (stubbed)
module Blob : sig ... endmodule Canvas : sig ... endmodule Dom : sig ... endmodule File : sig ... endmodule FormData = Fetch.FormDataRe-export from bs-fetch for convenience. To use, you will also need to add the bs-fetch package as a dependency.
module Iterator = FormData.IteratorRe-export from bs-fetch for convenience. See also FormData.
module Performance : sig ... endmodule ReadableStream : sig ... endmodule ResizeObserver : sig ... endmodule Url : sig ... endval requestCancellableAnimationFrame : (float -> unit) -> rafIdval cancelAnimationFrame : rafId -> unit