ResponseInit

JS
1.1
fun ResponseInit(
    status: Short? = 200,
    statusText: String? = "OK",
    headers: dynamic = undefined
): ResponseInit