Commit Graph

11 Commits

Author SHA1 Message Date
3fa500d2f3 Update tutorial link for calling Javascript from script 2025-10-05 21:32:19 -07:00
527f4e9e68 Update class reference contribution link. 2025-09-10 16:50:44 +02:00
198dd40254 [Web] Clarify JavaScriptBridge callback requirements
Clarify that the callback must take **exactly one array argument**.
2024-12-30 17:23:48 +01:00
a9b934b657 Add JavaScriptBridge buffer methods 2024-09-16 12:13:34 -04:00
cc0eebd9d8 Validate code tags for class and member references
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.
2023-10-03 15:48:31 +02:00
81064cc239 Doctool: Remove version attribute from XML header
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).
2023-07-06 10:08:21 +02:00
346f1ab86b Bump version to 4.2-dev
Keep on waitin'
2023-07-05 22:07:03 +02:00
1c1524a651 Bump version to 4.1-dev
Can't stop, won't stop, they said, huh?
2023-03-01 01:44:37 +01:00
4c1f11944e Update all outdated online documentation links 2023-01-14 19:38:00 +03:00
615fd98620 [Web] Expose API to force file system sync.
Mostly useful for modules and extensions that can't use FileAccess to
write files.
2022-12-27 12:33:41 +01:00
48f9069f3a Rename JavaScript singleton to JavaScriptBridge 2022-09-02 21:11:15 +08:00