sciter-sdk/rust-sciter

confused value type for ArrayBuffer

armersong opened this issue · 2 comments

I found the value of arraybuffer is T_STRING when it is passed from js to native function, i think it should be T_BYTES. Could you help me to find what is wrong?
detail:
https://sciter.com/forums/topic/confused-value-type-for-arraybuffer/

thanks!

By I know that API will pass new ArrayBuffer(100) as VALUE/T_BYTES

Interesting. Yeah, I'd check that.