Albin Larsson

Results 225 comments of Albin Larsson

Yes. Only object literals or objects created with `new Object()` should be supported imo. This can be checked using the constructor (and probably many other ways) ```js ({}).constructor === Object...

Oh yeah, I recall something about this. ~~Seems~~ this applies to my suggestion ~~as well~~ :(

Oh, I read that too quickly. Nevermind the "as well" part of the comment.

Perhaps not @joyously. However Bliss's Fetch implementation is not a polyfill. It's different from the Fetch standard in small ways that means people who use it can't just drop-in replace...

URLSearchParams is useful if you want to manipulate a query string (probably intended for usage pushState and similar), but not as much if you want to build them from scratch...

I just posted an alternative suggestion (json) to this problem: #213

You probably shouldn't use query strings for that ^. All your numbers will be converted to strings. See #213.

You don't need to refactor, but you do need a build/bundle step. Just delete your module wrapper code and use rollup or something similar to bundle different versions. Reference those...

Thank you! The build doesn't fail any more, but the resulting binary doesn't run. It's also is 5,6M rather than the 26M one which can be downloaded here (maybe this...