Skip to content
New issue

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

in Safari: TypeError: undefined is not an object (evaluating 'processor.properties') #27

Open
qwertmax opened this issue Jul 2, 2020 · 0 comments

Comments

@qwertmax
Copy link

qwertmax commented Jul 2, 2020

when I'm trying to create WorkletNode in Safari, I'm getting an error

TypeError: undefined is not an object (evaluating 'processor.properties')

in this code:

function getProcessorsForContext (audioContext) {
  return audioContext.$$processors || (audioContext.$$processors = {});
}

in safari, there is no any processors...

Does anybody have any idea what could help ?

@qwertmax qwertmax changed the title TypeError: undefined is not an object (evaluating 'processor.properties') in Safari: TypeError: undefined is not an object (evaluating 'processor.properties') Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant