THREE.js inside Iframes does not work

If you have an iframe running three.js, you will always get the error
Uncaught TypeError: Cannot read property ‘precision’ of null
at getMaxPrecision (three.js:15843)
at new WebGLCapabilities (three.js:15875)
at initGLContext (three.js:23730)
at new WebGLRenderer (three.js:23779)