Work around dart-lang/sdk#32113 (#760)
The memory leak occurs when window.parent is accessed through dart:html, so we access it directly through JS interop instead. Closes #724
Please register or sign in to comment
The memory leak occurs when window.parent is accessed through dart:html, so we access it directly through JS interop instead. Closes #724