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
rrweb
v2.0.0-alpha.18
stop record no memory growth
const handleClick = () => { if (tmp) { tmp() tmp = null console.error('destroy rrweb') } else { tmp = record({ emit: function () {} }) console.error('init rrweb') } }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight Checklist
What package is this bug report for?
rrweb
Version
v2.0.0-alpha.18
Expected Behavior
stop record no memory growth
Actual Behavior
Steps to Reproduce
Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: