Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4499813
fetch.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
282 B
Referenced Files
None
Subscribers
None
fetch.d.ts
View Options
interface
FetchResponse
{
status
:
number
;
ok
:
boolean
;
body
:
string
;
json
()
:
unknown
;
}
interface
FetchOptions
{
method?
:
string
;
headers?
:
Record
<
string
,
string
>
;
body?
:
string
;
}
declare
function
fetch
(
url
:
string
,
options?
:
FetchOptions
)
:
Promise
<
FetchResponse
>
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 8:08 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
517854
Default Alt Text
fetch.d.ts (282 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment