I think this is browser-independent. If the author were to position the camera relative to the quadcopter it would be much more usable. Also need to have the camera's target update each frame to track the quadcopter position. Since they are using three.js OrbitControls, they can just call this each frame:
controls.target.copy(quadcopterPosition);