summaryrefslogtreecommitdiffstats
path: root/platform/web/js/engine/engine.js
Commit message (Collapse)AuthorAgeFilesLines
* Add option to ensure cross-origin isolation headers on web exportAdam Scott2024-02-121-3/+13
|
* Web: Catch using GDExtensions in a non-dlink buildMario Liebisch2023-10-061-0/+4
| | | | | Previously this would simply fail with a cryptic `me.rtenv.loadDynamicLibrary is not a function` error.
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-2/+2
| | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
* [Web] Add feature detection helpers to JS Engine class.Fabio Alessandrelli2022-09-171-16/+9
|
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+281
Also rename export name from "HTML5" to "Web".