CSC/ECE 517 Fall 2017/M1753 OffscreenCanvas API
M1755 - Implement OffscreenCanvas API
The HTML specification defines a <canvas> element that can use a 2d or 3d rendering context. A new specification was recently developed that defines a canvas that can be used without being associated with an in-page canvas element, allowing for more efficient rendering.