Pass | Test if |onprocessorerror| is called for an exception thrown from the processor constructor. | Asserts runPass | assert_true(true, "onprocessorerror argument should be an ErrorEvent when the constructor of AudioWorkletProcessor has an error.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html:23:3) |
|
Pass | Test if |onprocessorerror| is called for a transfered object that cannot be deserialized on the AudioWorkletGlobalScope. | Asserts runPass | assert_true(true, "onprocessorerror argument should be an ErrorEvent when the constructor of AudioWorkletProcessor has an error.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html:40:3) |
|
Pass | Test if |onprocessorerror| is called upon failure of process() method. | Asserts runPass | assert_true(true, "onprocessorerror argument should be an ErrorEvent when the process method of the AudioWorkletProcessor has an error.")
at Test.<anonymous> ( /webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html:54:3) |
|