Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/xhr/mod.ts>XMLHttpRequest#getResponseHeader

An XMLHttpRequest polyfill for Deno CLI and Deploy 🦕
Very Popular
Go to Latest
method XMLHttpRequest.prototype.getResponseHeader
import { XMLHttpRequest } from "https://deno.land/x/xhr@0.3.0/mod.ts";

Parameters

name: string

Returns

string | null