You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #51 it would be help to use fetch for loading assets in tests across node/browser. Which in turn would be straight forward if we @web-std/fetch could be used in test without having to use alternative code paths across node and web.
The text was updated successfully, but these errors were encountered:
This project, the remix for, and even node-fetch are not as fully spec compliant as undici and I see issues arising in exiting codebases if this isn't a major. Specifically around locking of body streams / cloning behavior.
As per #51 it would be help to use
fetch
for loading assets in tests across node/browser. Which in turn would be straight forward if we@web-std/fetch
could be used in test without having to use alternative code paths across node and web.The text was updated successfully, but these errors were encountered: