docs: Expose the rest of core to docs.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m24s

This commit is contained in:
2025-07-30 20:25:20 -04:00
parent f1d0151d71
commit c3415ab75c
3 changed files with 57 additions and 18 deletions

View File

@@ -15,8 +15,8 @@ let g_next_id = 1;
let g_calls = {};
/**
* TODOC
* @returns
* Check if being called from a browser vs. server-side.
* @return true if called from a browser.
*/
function get_is_browser() {
try {