Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ loadFile
Method
loadFile
packages/alphatab/test/TestPlatform.ts:43–45 ·
view source on GitHub ↗
* @target web * @partial
(path: string)
Source
from the content-addressed store, hash-verified
41
* @partial
42
*/
43
public static loadFile(path: string): Promise<Uint8Array> {
44
return
fs.promises.readFile(path);
45
}
46
47
/**
48
* @target web
Callers
2
loadFileAsJson
Method · 0.45
loadFileAsString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected