edge-runtime icon indicating copy to clipboard operation
edge-runtime copied to clipboard

Missing in fetch ResponseInit in the ponyfile

Open mabels opened this issue 3 years ago • 0 comments

something like this:

export interface RequestInit { body?: BodyInit | null; headers?: HeadersInit; method?: string; }

mabels avatar Sep 15 '22 05:09 mabels