This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
This React code will cause a DOM error to be thrown: 
 function transferToOffscreen ( node : HTMLCanvasElement | null ) {
 node ? . transferControlToOffscreen ();
 }
 
 export default () => < canvas ref = { transferToOffscreen } />;
 The error: 
 
 Uncaught InvalidStateError: Failed to execute ’transferControlToOffscreen’ on…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.