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

AudioWorkletProcessor NewTarget undefined #1900

Closed
rtoy opened this issue May 16, 2019 · 1 comment · Fixed by #1928
Closed

AudioWorkletProcessor NewTarget undefined #1900

rtoy opened this issue May 16, 2019 · 1 comment · Fixed by #1928
Assignees
Projects

Comments

@rtoy
Copy link
Member

rtoy commented May 16, 2019

In AudioWorkletProcessor constructor, the first step of the algorithm mentions NewTarget. This isn't defined, and I assume it comes from things related to an active function object.

Perhaps we should link to the appropriate part of ecmascript for this?

@rtoy rtoy added this to Untriaged in V1 via automation May 16, 2019
@hoch hoch self-assigned this May 23, 2019
@hoch hoch moved this from Untriaged to Ready for Editing in V1 May 23, 2019
@hoch
Copy link
Member

hoch commented May 23, 2019

The closest section from ECMAScript spec is: https://www.ecma-international.org/ecma-262/6.0/#sec-built-in-function-objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
V1
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants