[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

sunit[library] TypedArrays - 00 check

"Ensure the hosting environment has TypedArray support"

Smalltalk nativeObjectAt: #ArrayBuffer ifAbsent: [
    self error: 'Missing (javascript) support for ArrayBuffer'
].

self
    require: #TypedArray
    in: #('u8:aleReimondo/s8/library/TypedArrays.st.js').