URLSearchParams size property is unsupported in Convex
Very much not a big deal because there's many other ways to do this, but I was writing a little query builder and for some reason used it (shamefully) like this
if (searchParams.size) ..., which had me tricked for a while.Added in node v18.16.0: https://nodejs.org/api/url.html#urlsearchparamssize
https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/size

