Y
Hacker News
new
|
ask
|
show
|
jobs
by
justinsaccount
3627 days ago
I'm on OS X with Firefox 47.0.1 and it works fine. It doesn't display anything until the 6th keypress.
1 comments
mikeash
3627 days ago
Doesn't work in Safari for me, but it does work in Chrome (after pressing keys six times).
link
justinsaccount
3627 days ago
Yeah, it uses this style function definition (ES6?) in a few places:
document.addEventListener("DOMContentLoaded", () => {
Safari doesn't support that.
link