starlight
starlight copied to clipboard
Typed arrays
- [x] ArrayBuffer
- [ ] DataView
-
- [x] Define DataView type
-
- [x] Add functions necessary to reverse order of values that we read or write from/to DataView
-
- [x] Add all the DataView JS functions
-
- [ ] Serialization and deserialization of data view
- [ ] Typed Arrays
-
- [ ] Define typed arrays
-
- [ ] Add all the typed arrays JS functions
DataView type is implemented and now only typed arrays are left...