We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352e1ca commit 5a94e83Copy full SHA for 5a94e83
1 file changed
README.md
@@ -117,6 +117,7 @@ in both file types (dynamic served and services), you can use all node/bun metho
117
- `async data_load(path)`: reads the file in data directory and returns its content or null
118
- `async data_load_watch(path, callback(content))`: executes callback first and on every change
119
- `async data_save(path, content)`: writes the content to the file in data directory
120
+ - `escape_html(str)`: escapes html special characters
121
122
## environment variables
123
- `rtjscomp_path_data`: path to data directory, default is `./data`
0 commit comments