Tremayne Christ

Results 18 issues of Tremayne Christ

Add support for internal asynchronous calls `animationFrame` `setTimeout` `setInterval` `ajax` `promises` `callbacks`

enhancement

- [x] Protect the prototype - [ ] Allow constructor to have private access - [ ] Support static properties

- Deep object protection - Freeze - Seal - Protection prefix - Mode (undefined/throw) - Keys to protect ```js { deep: numberOfLevels || true, freeze: true, seal: true, protectionPrefix: '__',...

enhancement

```javascript class ES6_Object { constructor () { ... } get something () { ... } set something () { ... } someFunction () { ... } static otherFunction () {...

enhancement

Based on the spec, the `contentRect` is the size of the content area. This should minus the padding and border dimensions from the width/height properties, when `box-sizing:border-box` is applied. ![image](https://user-images.githubusercontent.com/1519516/49745934-f8d88200-fc97-11e8-98a4-a4c1500df088.png)...