Artur

Results 2 issues of Artur

How to reproduce: ``` /tmp/123$ npm install jquery-mousewheel /tmp/123 └── [email protected] /tmp/123$ ls -aR . .. node_modules ./node_modules: . .. jquery-mousewheel ./node_modules/jquery-mousewheel: . ChangeLog.md README.md package.json .. LICENSE.txt jquery.mousewheel.js ```

Actual implementation of `URLSearchParams.constructor` and `URLSearchParams.prototype.set` methods in the browsers will accept any value as value, including number or Integer. TLDR: `new URLSearchParams([['foo', 1]])` and `new URLSearchParams().set('bar', 1)` should compile...

bug