williamkapke / node-compat-table

node.green - Node.js ECMAScript compatibility tables
https://node.green
Other
858 stars 33 forks source link

Add URLSearchParams #46

Closed jimmywarting closed 6 years ago

jimmywarting commented 6 years ago

require('URL').URLSearchParams is not defined in all node versions

williamkapke commented 6 years ago

Yeah- sometimes it would be nice to have compatibility chart for interfaces Node exposes. Since URLSearchParams isn't an language feature- I'm pretty sure we won't see it added as a test upstream (in the Kangax tests).

Is there a table for this out there already? 🤔