Skip to content

blinkRequest

Unofficial

Native Blink engine Request constructor.

Signature:

var blinkRequest: { new (input: RequestInfo | URL, init?: RequestInit | undefined): Request; prototype: Request; }

Type: { new (input: RequestInfo | URL, init?: RequestInit | undefined): Request; prototype: Request; }