Limited availability
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 GPUUncapturedErrorEvent()
constructor creates a new GPUUncapturedErrorEvent
object instance.
new GPUUncapturedErrorEvent(type, options)
Parameters
type
An enumerated value specifying the type of error. Possible values are:
"internal"
The error is a GPUInternalError
.
"out-of-memory"
The error is a GPUOutOfMemoryError
.
"validation"
The error is a GPUValidationError
.
options
An object, which can contain the following properties:
error
A GPUError
object instance providing access to the details of the error.
A developer would not manually use the constructor to create a GPUUncapturedErrorEvent
object. The user agent uses this constructor to create an appropriate object when the GPUDevice
uncapturederror
event fires to allow capturing of an unexpected error.
See the main GPUUncapturedErrorEvent
page for an example.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4