Closed jdm closed 2 months ago
FYI @Taym95
FYI @Taym95
Thanks, Should I close the other PR? lets me knew is you need help here in clean up.
FYI @Taym95
Thanks, Should I close the other PR? lets me knew is you need help here in clean up.
We can still merge the other PR, but we should remove all uses of &mut BufferQueue
from the codebase in it (and uses like &mut input
).
Ok, the code's cleaned up and commits are split into:
&mut self
from methods and adding Cell/RefCell@Taym95 Would you like to review this?
This is incompatible with a re-entrant parsing algorithm which is required by the web platform's document.write API.