Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Functions | |
wasm_send_cached (string $wasmpath, string $etag, string $filename='wasm.php') | |
Send Web Assembly file content with as much caching as possible. | |
wasm_send_uncached (string $wasm, string $filename='wasm.php') | |
Send Web Assembly file without any caching. | |
wasm_send_unmodified (int $lastmodified, string $etag) | |
Send Web Assembly file not modified headers. | |
wasm_write_cache_file_content (string $file, string $content) | |
Create cache file for Web Assembly content. | |