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
Although the API of this DOM implementation intends to be minimal, would you deem acceptable to implement only querySelector and querySelectorAll on the document to enable some usages in ember-fastboot?
The text was updated successfully, but these errors were encountered:
This would be very useful when simple-dom is used as part of mobiledoc-dom-renderer because it's often necessary to modify elements after the basic render.
Although the API of this DOM implementation intends to be minimal, would you deem acceptable to implement only
querySelector
andquerySelectorAll
on the document to enable some usages in ember-fastboot?The text was updated successfully, but these errors were encountered: