Guard against invalid selectors being stored
Closed this issue · 0 comments
rhardih commented
E.g. a selector of #895d
, when being fed to document.querySelectorAll
, will throw an error: '#895d' is not a valid selector
.
Closed this issue · 0 comments
E.g. a selector of #895d
, when being fed to document.querySelectorAll
, will throw an error: '#895d' is not a valid selector
.