js_of_ocaml
Compiler from OCaml bytecode to JavaScript
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package js_of_ocaml
-
js_of_ocaml
-
-
js_of_ocaml.deriving
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library js_of_ocaml
class type performanceObserverInit = object ... end
class type performanceEntry = object ... end
class type performanceObserverEntryList = object ... end
class type performanceObserver = object ... end
val performanceObserver :
( ( performanceObserverEntryList Js.t ->
performanceObserver Js.t ->
unit )
Js.callback ->
performanceObserver Js.t )
Js.constr
val observe :
entry_types:string list ->
f:( performanceObserverEntryList Js.t -> performanceObserver Js.t -> unit ) ->
performanceObserver Js.t
ON THIS PAGE
No table of contents