Module Wd_browsing_context.User_prompt_type

type t = [
  1. | `Alert
  2. | `Beforeunload
  3. | `Confirm
  4. | `Prompt
]
val jsont : t Jsont.t