MCPcopy Index your code
hub / github.com/mailru/FileAPI / _emit

Function _emit

lib/FileAPI.core.js:1457–1465  ·  view source on GitHub ↗
(target, fn, name, res, ext)

Source from the content-addressed store, hash-verified

1455
1456
1457 function _emit(target, fn, name, res, ext){
1458 var evt = {
1459 type: name.type || name
1460 , target: target
1461 , result: res
1462 };
1463 _extend(evt, ext);
1464 fn(evt);
1465 }
1466
1467
1468 function _hasSupportReadAs(method){

Callers 2

FileAPI.core.jsFile · 0.85
_readAsFunction · 0.85

Calls 2

_extendFunction · 0.85
fnFunction · 0.85

Tested by

no test coverage detected