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