struct Protocol::Page::SetInterceptFileChooserDialog

Overview

Intercept file chooser requests and transfer control to protocol clients. When file chooser interception is enabled, native file chooser dialog is not shown. Instead, a protocol event Page.fileChooserOpened is emitted.

Included Modules

Defined in:

protocol/page.cr

Constructors

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]