GPUOutOfMemoryError: GPUOutOfMemoryError() constructor
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Note: This feature is available in Web Workers.
The GPUOutOfMemoryError() constructor creates a new
GPUOutOfMemoryError object instance.
Syntax
new GPUOutOfMemoryError(message)
Parameters
message-
A string providing a human-readable message that explains why the error occurred.
Examples
A developer would not manually use the constructor to create a GPUOutOfMemoryError object. The user agent uses this constructor to create an appropriate object when an out-of-memory error is surfaced by GPUDevice.popErrorScope or the uncapturederror event.
See the main GPUOutOfMemoryError page for a specific example involving a GPUOutOfMemoryError object instance.
Specifications
| Specification |
|---|
| WebGPU> # dom-gpuoutofmemoryerror-gpuoutofmemoryerror> |
Browser compatibility
Loading…