Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
RcFile
Interface RcFile
Public
interface
RcFile
{
lastModified
:
number
;
lastModifiedDate
:
Date
;
name
:
string
;
size
:
number
;
type
:
string
;
uid
:
string
;
webkitRelativePath
:
string
;
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
;
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
Blob
;
stream
(
)
:
ReadableStream
<
Uint8Array
>
;
text
(
)
:
Promise
<
string
>
;
}
Hierarchy
File
RcFile
Index
Properties
last
Modified
last
Modified
Date
name
size
type
uid
webkit
Relative
Path
Methods
array
Buffer
slice
stream
text
Properties
Readonly
last
Modified
last
Modified
:
number
MDN Reference
Readonly
last
Modified
Date
last
Modified
Date
:
Date
Readonly
name
name
:
string
MDN Reference
Readonly
size
size
:
number
MDN Reference
Readonly
type
type
:
string
MDN Reference
uid
uid
:
string
Readonly
webkit
Relative
Path
webkit
Relative
Path
:
string
MDN Reference
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
MDN Reference
Returns
Promise
<
ArrayBuffer
>
slice
slice
(
start
?
,
end
?
,
contentType
?
)
:
Blob
MDN Reference
Parameters
Optional
start
:
number
Optional
end
:
number
Optional
contentType
:
string
Returns
Blob
stream
stream
(
)
:
ReadableStream
<
Uint8Array
>
MDN Reference
Returns
ReadableStream
<
Uint8Array
>
text
text
(
)
:
Promise
<
string
>
MDN Reference
Returns
Promise
<
string
>
On This Page
Properties
last
Modified
last
Modified
Date
name
size
type
uid
webkit
Relative
Path
Methods
array
Buffer
slice
stream
text
Юниверс MDM SDK UI
Loading...
Public