glutinum-org / Glutinum

MIT License
30 stars 3 forks source link

req.setTimeout callback should optional #11

Open MangelMaxime opened 2 years ago

MangelMaxime commented 2 years ago

Right now we are forced to write req.setTimeout(0, ignore) |> ignore instead of req.setTimeout(0) |> ignore