A file associated with a {@linkcode DataTransferItem }.
Instances of this type can only be created by the editor and not by extensions.
A file associated with a {@linkcode DataTransferItem }. Instances of this type can only be created by the editor and not by extensions.
(data data-transfer-file)
The full file contents of the file.
Returns: Thenable<Uint8Array>
The full file contents of the file. **Returns:** `Thenable<Uint8Array>`
(name data-transfer-file)
The name of the file.
Returns: string
The name of the file. **Returns:** `string`
(uri data-transfer-file)
The full file path of the file.
May be undefined
on web.
Returns: Uri | undefined
The full file path of the file. May be `undefined` on web. **Returns:** `Uri | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close