Daniel Wulff
Daniel Wulff
The docs have been migrated to the main repo: https://twitter.com/BenLesh/status/1024808680087121920 Can we consider deleting this repo, updating the README to point to the main repo or updating the repo description...
### Description With the scoped-custom-element-registry polyfill installed. When calling `createElementNS()` via a shadowRoot an error is thrown. ### Example ```html ``` ```js const appDiv = document.getElementById('app'); const shadowRoot = appDiv.attachShadow({...
Between two docs pages I see inconsistent documentation around the order of calls surrounding `super.disconnectedCallback()`. On the [lifecycle](https://lit.dev/docs/components/lifecycle/#disconnectedcallback) docs. I see the super call come before other code is run:...
**Description:** While the `cache-hit` output tells us whether a cache was found, the action currently does not expose which "cache key" was used. **Justification:** A `cache-key` could be helpful to...