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

Function _complete

lib/FileAPI.Camera.js:49–55  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

47 , _successId
48 , _failId
49 , _complete = function (err){
50 _this._active = !err;
51 clearTimeout(_failId);
52 clearTimeout(_successId);
53// api.event.off(video, 'loadedmetadata', _complete);
54 callback && callback(err, _this);
55 }
56 ;
57
58 getMedia.call(navigator, { video: true }, function (stream/**LocalMediaStream*/){

Callers 1

FileAPI.Camera.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected