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
The example show
obs.observe({ entryTypes: 'function' });
Must be
obs.observe({ entryTypes: ['function'] });
The text was updated successfully, but these errors were encountered:
Sigh. good catch :-)
Sorry, something went wrong.
A fix is in #15406.
Thanks @cjihrig ... it looked really familiar but couldn't recall off the top of my head.
Ok, it's fixes.
https://github.com/nodejs/node/pull/15406/files/383a4943ea958d110efd2e2577bac5dca9ca7708
(sorry the wrong reopen)
No branches or pull requests
The example show
Must be
The text was updated successfully, but these errors were encountered: