Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/mailru/FileAPI
/ _hasSupportReadAs
Function
_hasSupportReadAs
lib/FileAPI.core.js:1468–1470 ·
view source on GitHub ↗
(method)
Source
from the content-addressed store, hash-verified
1466
1467
1468
function
_hasSupportReadAs(method){
1469
return
FileReader && !!FileReader.prototype[
'readAs'
+ method];
1470
}
1471
1472
1473
function
_readAs(file, fn, method, encoding){
Callers
2
FileAPI.core.js
File · 0.85
_readAs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected