Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-16 | Extend the native ArrayBuffer to add a slice() method if missing. | Jeremy White | 1 | -0/+58 | |
This allows IE10 to function. Note that we would normally subclass this type, but ArrayBuffer is implemented in native code, and so is difficult to subclass. |