Open Yoric opened 10 years ago
Issue #20 indicates clearly that Bouncer doesn't work with Chrome because we use for (x of ...) which Chrome doesn't implement yet.
for (x of ...)
We need to fix this.
An other problem : Chrome don't support the Set object : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
Set
Issue #20 indicates clearly that Bouncer doesn't work with Chrome because we use
for (x of ...)
which Chrome doesn't implement yet.We need to fix this.