diff --git a/fetch/fetch.ts b/fetch/fetch.ts index 89734037dd..76cdcc7c4c 100644 --- a/fetch/fetch.ts +++ b/fetch/fetch.ts @@ -80,10 +80,6 @@ namespace $ { } } - export function $mol_fetch_request_clone(this: typeof $, original: Request, options?: RequestInit) { - return new Request(original, options) - } - $.$mol_fetch_request_clone = $mol_wire_sync($).$mol_fetch_request_clone export class $mol_fetch extends $mol_object2 {