Changes between Initial Version and Version 1 of Ticket #7044, comment 10
- Timestamp:
- 11/01/2018 10:43:06 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7044, comment 10
initial v1 2 2 > I tested on Node.js 8.5.0 and there is no `URLSearchParams` global but `require("url").URLSearchParams` works. Could you use that for compatibility? Also please update the README to require Node.js >= 7.5. But we wouldn't need to touch the linter configuration then. 3 3 4 Ah yes, I'll just use `require("url").URLSearchParams` then.4 Ah yes, I'll just use `require("url").URLSearchParams` for #6833 then.