You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #57 the tests in the-destinationnode-interface fail because the audioContext.destination.channelCount = 0; throws a rust panic that is not wrapped by a JS error. I looked in the js/ directory and there is no trace of DestinationNode. Should it be added?
The text was updated successfully, but these errors were encountered:
From #57 the tests in
the-destinationnode-interface
fail because theaudioContext.destination.channelCount = 0;
throws a rust panic that is not wrapped by a JS error. I looked in thejs/
directory and there is no trace of DestinationNode. Should it be added?The text was updated successfully, but these errors were encountered: