Definition
WebGPU defines GPUInternalError
[Exposed=(Window, Worker), SecureContext]
interface GPUInternalError
        : GPUError {
    constructor(DOMString message);
};GPUInternalError interfaceWebGPU defines GPUInternalError
[Exposed=(Window, Worker), SecureContext]
interface GPUInternalError
        : GPUError {
    constructor(DOMString message);
};GPUInternalError