Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LiquidCore 0.7.8.tar.gz | 2020-05-04 | 198.4 MB | |
LiquidCore 0.7.8.zip | 2020-05-04 | 269.2 MB | |
README.md | 2020-05-04 | 720 Bytes | |
Totals: 3 Items | 467.6 MB | 0 |
iOS-only updates. No change from 0.7.7 for Android.
- Fixed areas where
EscapableHandleScope
was missing - Fixed bug in deallocating
ArrayBuffer
- Cleaned up some string accesses
- Removed
promise_polyfill.js
(has been unused for some time) - Proxy
Object.getOwnDescriptor()
for better handling of V8 accessor properties - Remove
callAsFunction
interceptor for createdObject
as it will erroneously resolve asFunction
instead - Use
Reflect
where appropriate to ensure we return proper value - Fixed problem with
TypedArray.of()
andTypedArray.from()
Note: there are still some crashing issues and inconsistencies in iOS especially as they relate to buffers. Still debugging these.