Skip to content

Commit

Permalink
documentation is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzypants1989 committed Oct 23, 2023
1 parent e976ead commit 896dd57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ajax.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
export async function wrappedFetch(url, options, type, target) {
const { onWait, waitTime, onSuccess, onError, retryDelay = 1000 } = options

console.log("wrappedFetch", url, options, type, target)

let waitTimeout = null
onWait && (waitTimeout = setTimeout(() => onWait(), waitTime || 250))

Expand Down

0 comments on commit 896dd57

Please sign in to comment.