Most google chrome 13 webgl io related news are at:
2ality.com
– ②ality – JavaScript and more
Protecting objects in JavaScript 25 Aug 2013 | 04:58 am
This blog post is a quick refresher of how objects can be protected in JavaScript. There are three levels of protection: Preventing extensions is the weakest level, sealing is stronger, freezing is...
Why all objects are truthy in JavaScript 21 Aug 2013 | 12:40 am
In JavaScript, all objects are truthy [1], even new Boolean(false), empty arrays and empty objects: That is different from how objects are converted to number and string, where you can control the re...