File Actions
DownloadAction
Defines an event that is used to download a file onto the device.
Members
data any
The data that should be included in the downloaded file.
filename string
The name of the downloaded file. (includes the extension)
mimeType string
The MIME type of the downloaded file.
type "download"
uncopiable? boolean
Whether the action can be structure cloned. If true, then the action should not be passed across message ports without special handling.