Support more types that are available in both the browser and Node: - [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) - [File](https://developer.mozilla.org/en-US/docs/Web/API/File/File) - [URLPattern](https://developer.mozilla.org/en-US/docs/Web/API/URLPattern/URLPattern) (node 24) - [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) Figure out pattern for supporting types that exist in the user's runtime environment, but not everywhere.
Support more types that are available in both the browser and Node:
Figure out pattern for supporting types that exist in the user's runtime environment, but not everywhere.