Skip to content

Commit

Permalink
$mol_fetch removed unused request
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Nov 5, 2024
1 parent 6715f91 commit 001e562
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fetch/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 001e562

Please sign in to comment.