@vivliostyle/core
Preparing search index...
types
Net
FetchResponse
Type Alias FetchResponse
type
FetchResponse
=
{
contentType
:
string
|
null
;
responseBlob
:
Blob
;
responseText
:
string
|
null
;
responseXML
:
Document
;
status
:
number
;
statusText
:
string
|
null
;
url
:
string
;
}
Index
Properties
content
Type
response
Blob
response
Text
response
XML
status
status
Text
url
Properties
content
Type
contentType
:
string
|
null
response
Blob
responseBlob
:
Blob
response
Text
responseText
:
string
|
null
response
XML
responseXML
:
Document
status
status
:
number
status
Text
statusText
:
string
|
null
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
response
Blob
response
Text
response
XML
status
status
Text
url
@vivliostyle/core
Loading...