AudioWorkletNode.onprocessorerror
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
AudioWorkletNode
인터페이스의 onprocessorerror
속성은 processorerror
이벤트가 발생했을 때 호출될 이벤트 처리기 함수를 정의합니다. 이것은 노드 뒤의 근본적인 AudioWorkletProcessor
가 이것의 생성자, process
메서드, 또는 유저에 의해 정의된 모든 클래스 메서드에서 예외를 발생시켰을 때 발생합니다.
한 번 예외가 발생되면, 프로세서 (그리고 따라서 노드) 는 생애 주기 내내 무음을 출력할 것입니다.
구문
js
audioWorkletNode.onprocessorerror = function() { ... };
예제
// 예제 코드 추가하기
명세서
Specification |
---|
Web Audio API # dom-audioworkletnode-onprocessorerror |
브라우저 호환성
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
processorerror event |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.