nise
nise copied to clipboard
fix: node 18|20 compatibility
In Node 18+ FormData
and FileReader
have been removed.
This PR adds a polyfill for FormData
and updates the feature detection around Blob
and FileReader
to work in Node 18+.