link-lib
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
RDFLib
Fetcher
Response
Response
body
body
Used
headers
ok
redirected
req
response
Text
status
status
Text
trailer
type
url
array
Buffer
blob
clone
form
Data
json
text
Hierarchy
Response
RDFLibFetcherResponse
Index
Properties
Response
body
body
Used
headers
ok
redirected
req
response
Text
status
status
Text
trailer
type
url
Methods
array
Buffer
blob
clone
form
Data
json
text
Properties
Response
Response
:
{
constructor
:
any
;
prototype
:
Response
;
error
:
any
;
redirect
:
any
}
Type declaration
constructor
:
function
new __type
(
body
?:
BodyInit
|
null
, init
?:
ResponseInit
)
:
Response
Parameters
Optional
body:
BodyInit
|
null
Optional
init:
ResponseInit
Returns
Response
prototype
:
Response
error
:
function
error
(
)
:
Response
Returns
Response
redirect
:
function
redirect
(
url
:
string
, status
?:
undefined
|
number
)
:
Response
Parameters
url:
string
Optional
status:
undefined
|
number
Returns
Response
body
body
:
ReadableStream
<
Uint8Array
>
|
null
body
Used
body
Used
:
boolean
headers
headers
:
Headers
ok
ok
:
boolean
redirected
redirected
:
boolean
req
req
:
BlankNode
response
Text
response
Text
:
string
status
status
:
number
status
Text
status
Text
:
string
trailer
trailer
:
Promise
<
Headers
>
type
type
:
ResponseType
url
url
:
string
Methods
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
Returns
Promise
<
ArrayBuffer
>
blob
blob
(
)
:
Promise
<
Blob
>
Returns
Promise
<
Blob
>
clone
clone
(
)
:
Response
Returns
Response
form
Data
form
Data
(
)
:
Promise
<
FormData
>
Returns
Promise
<
FormData
>
json
json
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
text
text
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
Generated using
TypeDoc