-
Can you explain the value of
````
class ComponentName extends HTMLElement {
static register(tagName) {
if ("customElements" in window) {
customElements.define(tagName || "component-…
-
Add an explicit message about browser compatibilty.
`customElements` has been introduced in Lizmap Web Client 3.4 and it is not compatible with browser version before:
* Chrome 54
* Firefox 63
*…
-
Hello,
I setup Encore to use `svelte-loader` as such:
```js
...
.addLoader({
test: /\.svelte$/,
loader: 'svelte-loader',
options: {
pr…
kl3sk updated
1 month ago
-
> {"version":3,"file":"runtime.min.js","sources":["bower_components/requestAnimationFrame-polyfill/requestAnimationFrame.js","bower_components/promise-polyfill/Promise.js","bower_components/customeven…
-
Currently, web components won't work because the definitions made by the fragmented app won't exist on the main context, where `createElement` is [patched](https://github.com/web-fragments/web-fragmen…
-
Multi-line amounts I think are not very nice. The `import {` is always in an isolated line and it is difficult to identify where an amount begins and ends.
```ts
import {
css, CSSResult, custom…
-
-
使用store-home会被编译成
``
导致无法渲染出来
-
When the HTML parser [stops parsing](https://html.spec.whatwg.org/multipage/parsing.html#stop-parsing), it performs one conditional event loop spin on step 5.1 and two unconditional event loop spins o…
-
### Describe the problem
Right now for a developer to define their custom elements, they must explicitly call `svelteRetag(...)` with their custom element configuration.
Relates to #13.
### …