Experimental AdvancedOptional ExperimentalcaptureCaptures the current rendered pixels of element into an immutable ElementImage.
Optional ExperimentalrequestRequests a paint event so the canvas re-snapshots its layoutsubtree children.
An HTMLCanvasElement extended with the experimental HTML-in-Canvas proposal APIs.
These members only exist in browsers that have the HTML-in-Canvas feature enabled, so they are optional. HTMLSource feature-detects
requestPaint; the HTML-in-Canvas API must be enabled for the texture to upload.Example
See
captureElementImage()returns