Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
class type 'a promise = object ... end
class type notification_action = object ... end
class type notification_options = object ... end
class type subscription_options = object ... end
class type notification = object ... end
class type notificationEvent = object ... end
class type pushSubscription = object ... end
class type pushManager = object ... end
class type serviceWorkerRegistration = object ... end
class type serviceWorkerContainer = object ... end
class type pushMessageData = object ... end
val notification : notification Js_of_ocaml.Js.t
type notifictaion_options_ml = {
no_actions : notification_action_ml list option;
no_body : string option;
no_icon : string option;
no_tag : string option;
no_vibrate : int list option;
no_require_interaction : bool option;
no_data : data option;
}
val jthen :
< _then : 't0 -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
't0 ->
'res
val then1 :
< _then : 'a -> 'b Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
'a ->
unit
val then0 :
< _then : ('a -> unit) -> 'b Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
unit
val catch :
< catch : 't2 -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
't2 ->
'res
val catch1 :
< catch : 'a -> 'b Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
'a ->
unit
val request_permission : (string Js_of_ocaml.Js.t -> unit) -> unit
val service_worker : unit -> serviceWorkerContainer Js_of_ocaml.Js.t
val register_worker :
string ->
(serviceWorkerRegistration Js_of_ocaml.Js.t -> unit) ->
unit
val get_registration :
?none:(unit -> unit) ->
(serviceWorkerRegistration Js_of_ocaml.Js.t -> unit) ->
unit
val registration :
string ->
(serviceWorkerRegistration Js_of_ocaml.Js.t -> unit) ->
unit
val update_service_worker :
< update : 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
unit
val unregister_service_worker :
< unregister : 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
unit
val push_manager :
< pushManager : < get : 'res.. > Js_of_ocaml.Js.gen_prop.. > Js_of_ocaml.Js.t ->
'res
val urlBase64ToUint8Array :
string ->
Js_of_ocaml.Typed_array.uint8Array Js_of_ocaml.Js.t
val make_subscription_options :
subscrition_options_ml ->
subscription_options Js_of_ocaml.Js.t
val subscribe :
?options:subscrition_options_ml ->
< pushManager :
< get :
< subscribe :
subscription_options Js_of_ocaml.Js.t ->
< _then : 'a -> 'b Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t
Js_of_ocaml.Js.meth.. >
Js_of_ocaml.Js.t.. >
Js_of_ocaml.Js.gen_prop.. >
Js_of_ocaml.Js.t ->
'a ->
unit
val get_subscription :
?none:(unit -> unit) ->
< pushManager :
< get :
< getSubscription :
< _then : ('a Js_of_ocaml.Js.Opt.t -> unit) -> 'b Js_of_ocaml.Js.meth.. >
Js_of_ocaml.Js.t
Js_of_ocaml.Js.meth.. >
Js_of_ocaml.Js.t.. >
Js_of_ocaml.Js.gen_prop.. >
Js_of_ocaml.Js.t ->
('a -> unit) ->
unit
val subscription :
?options:subscrition_options_ml ->
< pushManager :
< get :
< getSubscription :
< _then : ('a Js_of_ocaml.Js.Opt.t -> unit) -> 'b Js_of_ocaml.Js.meth.. >
Js_of_ocaml.Js.t
Js_of_ocaml.Js.meth
; subscribe :
subscription_options Js_of_ocaml.Js.t ->
< _then : ('a -> unit) -> 'c Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t
Js_of_ocaml.Js.meth.. >
Js_of_ocaml.Js.t.. >
Js_of_ocaml.Js.gen_prop.. >
Js_of_ocaml.Js.t ->
('a -> unit) ->
unit
val make_notification_action :
notification_action_ml ->
notification_action Js_of_ocaml.Js.t
val make_notification_options :
notifictaion_options_ml ->
notification_options Js_of_ocaml.Js.t
val show_notification :
?options:notifictaion_options_ml ->
string ->
< showNotification :
Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t ->
notification_options Js_of_ocaml.Js.t ->
< _then : ('a -> unit) -> 'b Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t
Js_of_ocaml.Js.meth.. >
Js_of_ocaml.Js.t ->
unit