FormData.parse broken in rc.0
codehz opened this issue ยท 2 comments
codehz commented
Report a bug
๐ Search Terms
parse.formData
FormData
FormData.parse
๐งฉ Context
- ArkType version: rc.0
- TypeScript version (5.1+): (doesn't matter, it is a runtime error)
- Other context you think may be relevant (JS flavor, OS, etc.): browser (chrome/safari)
๐งโ๐ป Repro
type("FormData.parse")(new FormData())
got Illegal invocation
in Chrome, Can only call FormData.entries on instances of FormData
in Safari
codehz commented
seems works in rc.2