Module Wd_browser.Download_behavior

type destination_folder = string
type t = [
  1. | `Allowed of destination_folder
  2. | `Denied
]