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
When using miniflare in a node environment, users have to import { Request, fetch, Response } from '@miniflare/core'. Headers is also missing from the node environment, so would be handy to have export as well!
The text was updated successfully, but these errors were encountered:
Hey! 👋 Miniflare 2.0.0-rc.4 has just been released, which re-exports the remaining fetch types from undici in @miniflare/core. You can find the full changelog here.
When using miniflare in a node environment, users have to
import { Request, fetch, Response } from '@miniflare/core'
. Headers is also missing from the node environment, so would be handy to have export as well!The text was updated successfully, but these errors were encountered: