-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Fixup incorrect implementation of methods in Dom #4425
Comments
|
|
|
|
Thanks @limzykenneth. i will get on with the required changes. |
Hi,
|
@carlesgutierrez Doesn't seem like it. Looking at the error message it seems to be more due to some audio issue. Do you see the same error on other pages of the reference or only on the page for |
Yes, even i have seen that issue on a lot of pages. |
I believe this has been resolved now. |
Most appropriate sub-area of p5.js?
Details about the bug:
While writing tests for methods in
dom
module, i noticed more than a few methods have missing edge case handling, incorrect handling of optional arguments or improper documentation of features. So i am creating this generalised issue fordom
module. With each method that i update from now on, i will comment about what's wrong and why it needed to be fixed.The text was updated successfully, but these errors were encountered: