Rasmus Porsager

Results 316 comments of Rasmus Porsager

I think what you mean @uasan is that you'd like an option to "not" copy the request if you know you will not use anything from it in some of...

Is there any update on this?

I'd like the api to be like this: ```js sql` and `.join(...) ```

Thanks :) It's fine if you put it behind an option.

Needs some more thumbs up from other typescript users to confirm this doesn't break anything? (i don't use typescript so can't tell)

Ah - this is great - thanks.. If you just remove the changelog line, I'll merge and add it once I cut a release.

Very good point! I think a proper default for CloudFlare is a good idea, but perhaps we should wait and see if they might change something on their end instead?

That's a compiled file, so the change will be removed on publish.

Hi James.. Yes - let's get this finished. I'm wondering if maybe dynamic resolution is better? If we at one point can move the Cloudflare polyfill I'm afraid we'll forget...

Cool! globalThis is available on all supported platforms, so if you add it as a ternary to defaults like this instead that'd be great! ```js max : globalThis.Cloudflare ? 3...