GPUOutOfMemoryError: GPUOutOfMemoryError() constructor

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

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 ocurred.

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