Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.data-transfer-file

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.
raw docstring

datacljs

(data data-transfer-file)

The full file contents of the file.

Returns: Thenable<Uint8Array>

The full file contents of the file.

**Returns:** `Thenable<Uint8Array>`
sourceraw docstring

namecljs

(name data-transfer-file)

The name of the file.

The name of the file.
sourceraw docstring

uricljs

(uri data-transfer-file)

The full file path of the file.

May be undefined on web.

The full file path of the file.

May be `undefined` on web.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close