Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving kangax's tweets.
Already using Twitter from your phone? Click here.
kangax
Found out that Safari <4 doesn't support canvas' toDataURL (after using it to implement one of the core functionality of our app). Damn it.about 3 hours agofrom web
Remembered once again that Crockford was right about JS books quality when looking at one in B&N today — http://bit.ly/4AChZW11:30 PM Nov 16thfrom web
Apparently `x++` and `x += 1` are NOT functionally identical; former does ToNumber coercion, latter one doesn't. Who would have thought...3:12 PM Nov 15thfrom web
Filed few optimizations for Closure Compiler http://bit.ly/4j4U0q. Still need to file a bug with func. expressions turned into declarations.11:20 PM Nov 14thfrom web
@miksago Also remember that it's safer to do `Object.prototype.hasOwnProperty.call(obj, prop)`rather than `obj.hasOwnProperty(prop)`9:59 PM Nov 14thfrom web
@miksago `hasOwnProperty` is not supported in at least Safari <= 2.0 and IE5. IE5 is pretty much extinct, but Safari 2.0 — not so much... ;)9:41 PM Nov 14thfrom web