The documentation is a work in progress, and English edition is just an empty shell for now. I will translate it when Chinese edition has done.
axios
v1.2.14 +
- 类型:
axios
axios
函数。
createErrorFile(path)
v1.2.2 +
- 参数:
path: string
:文件路径。
- 返回值:
IFile
创建一个错误文件对象。
isCached()
v1.2.0 +
- 参数:无
- 返回值:
boolean
是否使用文件对象缓存。
disableCache()
v1.2.0 +
- 参数:无
- 返回值:无
临时禁用文件对象缓存。它只会保证后续对各个文件的第一次请求不会使用缓存。
enableCache()
v1.2.0 +
- 参数:无
- 返回值:无
启用文件对象缓存。
getFile(path)
v1.2.2 +
- 参数:
path: string
:文件路径。
- 返回值:
Promise<IFile>
获取文件对象。
getFiles()
v1.2.2 +
- 参数:无
- 返回值:
获取所有的文件对象和反向链接。
sortFiles(fileA, fileB)
v1.2.2 +
- 参数:
fileA: ISimpleFile
:文件对象 A。fileB: ISimpleFile
:文件对象 B。
- 返回值:
number
用于 Array.sort()
的文件对象比较函数。
- This page is open source, improve it