@aracna/core - v1.5.0
Preparing search index...
StubFile
Class StubFile
Hierarchy (
View Summary
)
StubBlob
StubFile
Index
Constructors
constructor
Properties
last
Modified
name
size
type
webkit
Relative
Path
Methods
array
Buffer
bytes
slice
stream
text
Constructors
constructor
new
StubFile
(
fileBits
:
BlobPart
[]
,
fileName
:
string
,
options
?:
FilePropertyBag
,
)
:
StubFile
Parameters
fileBits
:
BlobPart
[]
fileName
:
string
Optional
options
:
FilePropertyBag
Returns
StubFile
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
<
Uint8Array
<
ArrayBuffer
>
>
Returns
Promise
<
Uint8Array
<
ArrayBuffer
>
>
slice
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
this
Parameters
Optional
start
:
number
Optional
end
:
number
Optional
contentType
:
string
Returns
this
stream
stream
()
:
ReadableStream
<
Uint8Array
<
ArrayBuffer
>
>
Returns
ReadableStream
<
Uint8Array
<
ArrayBuffer
>
>
text
text
()
:
Promise
<
string
>
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
last
Modified
name
size
type
webkit
Relative
Path
Methods
array
Buffer
bytes
slice
stream
text
@aracna/core - v1.5.0
Loading...