1
0
Fork 0
godot/platform/web/js/libs
Emmanouil Papadeas c662491bd4
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.
2023-08-28 11:37:55 +02:00
..
audio.worklet.js
library_godot_audio.js Fix various typos with codespell 2023-08-07 13:09:47 +02:00
library_godot_display.js Fix various typos with codespell 2023-08-07 13:09:47 +02:00
library_godot_fetch.js [Web] Always return -1 as body length in HTTPClientWeb. 2023-07-24 08:57:02 +02:00
library_godot_input.js
library_godot_javascript_singleton.js Fix `JavaScriptBridge.eval()` never returning PackedByteArray 2023-08-28 11:37:55 +02:00
library_godot_os.js [Web] Detect host OS and use macOS keys on mac hosts. 2023-04-11 10:58:54 +03:00
library_godot_runtime.js
library_godot_webgl2.externs.js
library_godot_webgl2.js [Web] Update npm packages 2023-07-31 21:43:59 +02:00