Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
JavaScriptBridge.eval()
never returning PackedByteArray
It wrongly returned 20 on array buffers, which used to be the enumerator value of Godot 3.x's type PoolByteArray, and now is the value of type Color, while it should return 29 which is the enumerator value for PackedByteArray.
- Loading branch information