Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Feather-2/Burner-X
/
Class
js/processing/formula_post_processor_async.js:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
* 使用 Web Worker 在后台渲染 KaTeX 公式
11
*/
12
class
FormulaPostProcessorAsync {
13
constructor() {
14
this.worker = null;
15
this.workerReady = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected