We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomEvent
I'm getting a type error when listening for CustomEvent events broadcast via BroadcastCustomEvent
obs.on("CustomEvent", (data) => { console.log("CustomEvent:", data) })
I saw in the discussion in #300 that this should be either fixed upstream in https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.json or in the build script https://github.com/obs-websocket-community-projects/obs-websocket-js/blob/master/scripts/build-types.ts
The text was updated successfully, but these errors were encountered:
Upstream issue obsproject/obs-websocket#1031
Sorry, something went wrong.
No branches or pull requests
Description:
I'm getting a type error when listening for CustomEvent events broadcast via BroadcastCustomEvent
I saw in the discussion in #300 that this should be either fixed upstream in https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.json or in the build script https://github.com/obs-websocket-community-projects/obs-websocket-js/blob/master/scripts/build-types.ts
Versions Used (if applicable):
The text was updated successfully, but these errors were encountered: