Doesn't work on Android 7 with the latest version(6.0.3).
Open
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
```javascript
const label = Buffer.from(username ?? 'Anonymous').slice(0, 3).toString()
```
The above code does not work on Android 7 with the latest version(`6.0.3`),
when I downgrade to `4.9.2` it works fine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.