Wd_browser.Download_behavior
type destination_folder = string
type t = [
| `Allowed of destination_folder
| `Denied
]