What is it? Essential shims and polyfills for general usage and for IE11 compatibility. Made for StorkJS components.
Why? Why does IE even exists? No one knows..
CustomEvent: Adds CustomEvent for IE (9-11).
isInteger: Adds Number.isInteger for IE.
keyboardMap: A useful array of all keyboard key names ordered by their keyCode.
getCoordinates: Adds a new method on Element's prototype. This method returns an object with the general position of the element (x & y).
index: Adds a new property on Element's prototype. This property returns the index of the element in its parent's children.