18 ms·
I've been using the standard interface[0] to handle URLs, is this better? [0] https://developer.mozilla.org/en-US/docs/Web/API/URL https://developer.mozilla.or
by gpas 4y ago
I've been using the standard interface[0] to handle URLs, is this better?
[0] https://developer.mozilla.org/en-US/docs/Web/API/URL https://developer.mozilla.org/en-US/docs/Web/API/URL
- ikeohachidi 4y agoHey, yes I believe it does in some ways. Eg with the `setParam`, `setQuery` methods and also with the addition of placeholders to easily change url paths. I'm open to suggestions and criticism if you have any btw.