To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
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
EventSource binding
class type 'a messageEvent = object ... end
class type eventSource = object ... end
class type options = object ... end
val eventSource : (Js.js_string Js.t -> eventSource Js.t) Js.constr
val eventSource_options :
(Js.js_string Js.t -> options Js.t -> eventSource Js.t) Js.constr
val addEventListener :
eventSource Js.t as 'a ->
'b Dom.Event.typ ->
('a, 'b) Dom.event_listener ->
bool Js.t ->
Dom.event_listener_id
Add an event listener. This function matches the addEventListener
DOM method, except that it returns an id for removing the listener.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>