We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128c0cc commit 4d68e6bCopy full SHA for 4d68e6b
packages/shadydom/src/patches/ParentNode.js
@@ -389,9 +389,6 @@ export const QueryPatches = utils.getOwnPropertyDescriptors({
389
* @param {string} selector
390
* @param {boolean} useNative
391
*/
392
- // TODO(sorvell): `useNative` option relies on native querySelectorAll and
393
- // misses distributed nodes, see
394
- // https://github.com/webcomponents/shadydom/pull/210#issuecomment-361435503
395
querySelectorAll(selector, useNative) {
396
if (useNative || querySelectorImplementation === 'native') {
397
// Polyfilled `ShadowRoot`s don't have a native `querySelectorAll`.
0 commit comments