kysely
Preparing search index...
File
Interface File
interface
File
{
lastModified
:
number
;
name
:
string
;
size
:
number
;
type
:
string
;
webkitRelativePath
:
string
;
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
;
bytes
()
:
Promise
<
NonSharedUint8Array
>
;
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
Blob
;
stream
()
:
ReadableStream
<
NonSharedUint8Array
>
;
text
()
:
Promise
<
string
>
;
}
Hierarchy (
View Summary
)
_File
File
Index
Properties
last
Modified
name
size
type
webkit
Relative
Path
Methods
array
Buffer
bytes
slice
stream
text
Properties
Readonly
last
Modified
lastModified
:
number
Readonly
name
name
:
string
Readonly
size
size
:
number
Readonly
type
type
:
string
Readonly
webkit
Relative
Path
webkitRelativePath
:
string
Methods
array
Buffer
arrayBuffer
()
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
bytes
bytes
()
:
Promise
<
NonSharedUint8Array
>
Returns
Promise
<
NonSharedUint8Array
>
slice
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
Blob
Parameters
Optional
start
:
number
Optional
end
:
number
Optional
contentType
:
string
Returns
Blob
stream
stream
()
:
ReadableStream
<
NonSharedUint8Array
>
Returns
ReadableStream
<
NonSharedUint8Array
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
last
Modified
name
size
type
webkit
Relative
Path
Methods
array
Buffer
bytes
slice
stream
text
kysely
Loading...