codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Amend asUint8Array for Safari 10.0. #68

Closed ccrraaiigg closed 7 years ago

ccrraaiigg commented 7 years ago

A direct test of the buffer's constructor doesn't work on Safari 10.0 (and then SqueakJS won't start). Compare the constructor's name instead.

codefrau commented 7 years ago

Would we need to fix it in makeStObject() too? https://github.com/bertfreudenberg/SqueakJS/pull/68/commits/2d6533b2d66e6a3616a0779bd851ab4e32845a04#diff-1818469f62ebe11a0a28ede7f4a2a4feR4166

ccrraaiigg commented 7 years ago

Oops, that's right.