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

x/pptr/mod.ts>HTTPResponse#text

Headless Chrome Deno API
Latest
method HTTPResponse.prototype.text
Re-export
import { HTTPResponse } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Returns

Promise<string>

Promise which resolves to a text representation of response body.