Currently we are using a [polyfill](https://github.com/lightpanda-io/browser/blob/main/src/browser/polyfill/fetch.zig) to implement fetch. But this polyfill doesn't implement the [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) API. This task is about: * removing the fetch polyfill * implement [`fetch` API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) and [`window.fetch()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/fetch) in Zig * implement [`Response.body`](https://developer.mozilla.org/en-US/docs/Web/API/Response/body) as a readable stream