Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Jul 12, 2024
1 parent b0ad909 commit 17ab535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/browser/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@

const fetchAdapter = async (url,param)=> {
const res = await fetch(url,{...param,mode:"no-cors"})
console.log(await res.text())
return {
status: res.status,
ok: res.ok,
Expand Down

0 comments on commit 17ab535

Please sign in to comment.