juj
Results
142
issues of
juj
From https://stackoverflow.com/a/960870 I randomly stumbled to using `[].slice.call(arguments)` to convert the old `arguments` object to an array (for use in scenarios where ES6 constructs are not allowed). Though then got...
### Description of the bug Copy-pasted text containing the null byte enters odd `?` characters. ### Steps to reproduce 1. Select some text that contains the null byte: 2. Copy...