Mark S. Miller (2013-11-01T20:00:09.000Z)
domenic at domenicdenicola.com (2013-11-12T18:53:32.527Z)
On Fri, Nov 1, 2013 at 12:16 PM, Andrea Giammarchi <andrea.giammarchi at gmail.com> wrote: > The option you give us is: keep abusing `Object.prototype.toString` ... > that's OK but it seems to be a dirty solution. In ES5, Object.prototype.toString was a reliable brand check. It no longer is in ES6.