toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.pwa
/
FileHandler
File
Handler
@
Serializable
data
class
FileHandler
(
val
action
:
String
,
val
accepts
:
List
<
FileHandlerAccept
>
,
val
displayName
:
String
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
File
Handler
Link copied to clipboard
constructor
(
action
:
String
,
accepts
:
List
<
FileHandlerAccept
>
,
displayName
:
String
)
Properties
accepts
Link copied to clipboard
val
accepts
:
List
<
FileHandlerAccept
>
(undocumented in the protocol definition)
action
Link copied to clipboard
val
action
:
String
(undocumented in the protocol definition)
display
Name
Link copied to clipboard
val
displayName
:
String
(undocumented in the protocol definition)