kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.workers
/
ForeignFetchResponse
Foreign
Fetch
Response
JS
external
interface
ForeignFetchResponse
Content copied to clipboard
Properties
Properties
headers
Link copied to clipboard
JS
open
var
headers
:
Array
<
String
>
?
Content copied to clipboard
origin
Link copied to clipboard
JS
open
var
origin
:
String
?
Content copied to clipboard
response
Link copied to clipboard
JS
open
var
response
:
Response
?
Content copied to clipboard