rails / request.js

MIT License
389 stars 28 forks source link

Support URL objects #39

Closed excid3 closed 2 years ago

excid3 commented 2 years ago

Fixes #38

Allows you to pass in URL or other objects as the url argument. We simply cast them to a String to make sure we have a string to work with.