Prelude
Types
any
typeany= {}bufferSource
typebufferSource=anydomException
An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API.See DOMException on MDN
typedomException= {name:string,message:string}Record fields
domStringList
A type returned by some APIs which contains a list of DOMString (strings).See DOMStringList on MDN
typedomStringList= {length:int}Record fields
float64Array
typefloat64Array=anysharedArrayBuffer
typesharedArrayBuffer=anyValues
unsafeConversation
letunsafeConversation:'tinput=>'toutput