Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdegenne/composed-query-selector
Like document.querySelectorAll but shadow-dom see-through
https://github.com/vdegenne/composed-query-selector
Last synced: about 2 months ago
JSON representation
Like document.querySelectorAll but shadow-dom see-through
- Host: GitHub
- URL: https://github.com/vdegenne/composed-query-selector
- Owner: vdegenne
- Created: 2024-08-25T13:59:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T20:57:44.000Z (about 2 months ago)
- Last Synced: 2024-11-17T21:35:57.171Z (about 2 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composed-query-selector
Like document.querySelector[All] but shadow-dom see-through
## Usage
```ts
import {querySelectorAll} from 'composed-query-selector';const customElements = querySelectorAll(
'custom-elements-in-other-custom-elements',
);
```## Installation
```bash
npm i -D composed-query-selector
```