edge-runtime
edge-runtime copied to clipboard
Missing in fetch ResponseInit in the ponyfile
something like this:
export interface RequestInit { body?: BodyInit | null; headers?: HeadersInit; method?: string; }