MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / init

Function init

modules/certificate/certificate.js:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 d3.select('#photo').on('click', init)
102
103 function init(){
104 if (!navigator.getUserMedia) return noStream()
105 navigator.getUserMedia({video: true}, gotStream, noStream);
106 }
107
108 }
109

Callers

nothing calls this directly

Calls 1

noStreamFunction · 0.85

Tested by

no test coverage detected