mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
[HTML5] Add easy to use download API.
New `JavaScript.download_buffer` method to create a prompt that let the user download a file.
This commit is contained in:
@@ -22,8 +22,6 @@ sys_env.AddJSLibraries(
|
||||
]
|
||||
)
|
||||
|
||||
if env["tools"]:
|
||||
sys_env.AddJSLibraries(["js/libs/library_godot_editor_tools.js"])
|
||||
if env["javascript_eval"]:
|
||||
sys_env.AddJSLibraries(["js/libs/library_godot_javascript_singleton.js"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user