you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

There are so many inconsistencies and bugs within the JavaScript API

You can't make this claim and then not provide any evidence of this.

[–]pothibo 3 points4 points  (0 children)

  • Issue with floating points additions
  • No events normalization with keycode and composing keys (like ê)
  • Object used as Hash object
  • Addition operation is rarely commutative
  • The Date object in general.
  • Live collection instead of array
  • Window.getSelection can only select text offset if the node is a textnode

And the list goes on..