Closed GoogleCodeExporter closed 9 years ago
That would be incredibly convenient, but, unfortunately, as far as I can tell
typeof ArrayBufferView returns undefined in both Chrome and Firefox.
Original comment by Jeff.Mott.OR
on 1 Feb 2013 at 8:38
It's "function" for me in Chrome (I'm running the beta. It's possible they only
just made that work?). But now that I check in Firefox, it is missing on my end
too. And in Opera. Ugh.
Original comment by davidben@davidben.net
on 1 Feb 2013 at 9:09
Found this issue in Chrome.
http://code.google.com/p/chromium/issues/detail?id=60449
It looks like ArrayBufferView is technically not supposed to be exposed,
according to the specs, but Chrome exposed it anyway at popular request, which
happened just one month ago.
One day, the other browsers might follow suit, but for now we unfortunately
can't rely on it.
Original comment by Jeff.Mott.OR
on 1 Feb 2013 at 11:48
Original issue reported on code.google.com by
davidben@davidben.net
on 1 Feb 2013 at 7:59