NetworkResponse
Defined in: namespaces.ts:788
Response from network.fetch().
Properties
Section titled “Properties”status
Section titled “status”status:
number
Defined in: namespaces.ts:790
HTTP status code (e.g., 200, 404).
headers
Section titled “headers”headers:
Record<string,string>
Defined in: namespaces.ts:792
Response headers as key-value pairs.
body:
string
Defined in: namespaces.ts:794
Response body as a UTF-8 string.