nise icon indicating copy to clipboard operation
nise copied to clipboard

fix: node 18|20 compatibility

Open mroderick opened this issue 2 years ago • 1 comments

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+.

mroderick avatar Dec 27 '23 12:12 mroderick

blocking as Node 16 is unsupported

https://github.com/sinonjs/nise/actions/runs/17205768441/job/48805959842

fatso83 avatar Aug 25 '25 10:08 fatso83