Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mailru/FileAPI
/ _supportInputAttr
Function
_supportInputAttr
lib/FileAPI.core.js:184–188 ·
view source on GitHub ↗
(attr)
Source
from the content-addressed store, hash-verified
182
183
184
_supportInputAttr =
function
(attr){
185
var
input = document.createElement(
'input'
);
186
input.setAttribute(
'type'
,
"file"
);
187
return
attr in input;
188
},
189
190
191
/**
Callers
1
FileAPI.core.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected