OffscreenCanvas: contextlost event
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Sự kiện contextlost được kích hoạt khi trình duyệt phát hiện ngữ cảnh OffscreenCanvasRenderingContext2D bị mất.
Loại sự kiện
Event
Ví dụ
js
offscreenCanvas.addEventListener("contextlost", (event) => {
console.log("Ngữ cảnh đã bị mất");
});
Thông số kỹ thuật
| Specification |
|---|
| HTML> # event-contextlost> |
| HTML> # handler-offscreencanvas-oncontextlost> |