jimmywarting / FormData

HTML5 `FormData` polyfill for Browsers and nodejs
MIT License
360 stars 102 forks source link

fix: downgrade to 12.20 support #134

Closed jimmywarting closed 3 years ago

jimmywarting commented 3 years ago

The purpose of this PR is:

... To support node 12.20

This is what had to change:

... x?.[y] => z && x[y]