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.
new GPUOutOfMemoryError(message)messageA string providing a human-readable message that explains why the error occurred.
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.