summaryrefslogtreecommitdiffstats
path: root/doc/classes/JavaScriptBridge.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add `JavaScriptBridge` buffer methodsAdam Scott2024-09-161-0/+14
|
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
| | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Update all outdated online documentation linksYuri Sizov2023-01-141-1/+1
|
* [Web] Expose API to force file system sync.Fabio Alessandrelli2022-12-271-0/+7
| | | | | Mostly useful for modules and extensions that can't use FileAccess to write files.
* Rename JavaScript singleton to JavaScriptBridgeGeequlim2022-09-021-0/+79