GPUOutOfMemoryError: GPUOutOfMemoryError() constructor

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The GPUOutOfMemoryError() constructor creates a new GPUOutOfMemoryError object instance.

Syntax

js
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

BCD tables only load in the browser

See also