You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a maintainer of ember-metrics. A community member had mentioned that this lib might be a great fit to be the unpinning of our package instead of our own homespun solution.
The use case we have for DOM removal is testing. Though a script may not unload when you remove it from the DOM, the DOM node itself does which is important for clean up and testing — even if this doesn't happen in the real world.
Upon reading the API it's not clear how to remove injected scripts from the DOM. How does one accomplish this?
The text was updated successfully, but these errors were encountered: