This is sort of a high level question about the architecture, but it looks like currently the architecture is designed to work in node first, and not the browser. I think the main benefit of fetch() compatibility is that it should work exactly like the browser fetch API (since Node does not have a native fetch).
Is it possible to make this implementation work exactly like the browser fetch?
This is sort of a high level question about the architecture, but it looks like currently the architecture is designed to work in node first, and not the browser. I think the main benefit of
fetch()
compatibility is that it should work exactly like the browser fetch API (since Node does not have a native fetch).Is it possible to make this implementation work exactly like the browser fetch?