Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

The issue with clear(); #37

Open
ambiguousname opened this issue May 6, 2016 · 0 comments
Open

The issue with clear(); #37

ambiguousname opened this issue May 6, 2016 · 0 comments

Comments

@ambiguousname
Copy link
Member

The usage of clear has exceeded the maximum call stack. So we need to no longer use clear. If you do use clear, DON'T USE IT! Replace it with:

document.body.innerHTML = "";

just copy and paste that as your clear. There will be no more usage of clear.
Clear will now be marked in red from the list of commands.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant