Tomek Wytrębowicz
Tomek Wytrębowicz
Currently, the element does ignore the distributed content ### Steps to reproduce ```html Does it work get distributed content? does ``` #### Live Demo https://jsbin.com/susiran/1/edit?html,output ### Expected result Distributed content...
So far we have none, even though it's a part of public API
It would be nice to have `stamp` attribute, so our element will stamp the content into DOM once it is set
### The issue to be addressed `push`, `replace`, and `createPath` methods accept `to` parameter which is `string` or `Partial`. The `Path` seems to be a partial to the native `URL`...
### Description Mutation Observer callback is not called when elements are added or removed from shadow host. ```html shadowHost.attachShadow({mode:'open'}).innerHTML = ``; var hostObserverCalled = false; (new MutationObserver((mutationsList)=>{ console.info('mutated'); hostObserverCalled =...
As it was mentioned at https://github.com/PuppetJs/JSON-Patch-OT/issues/2 we lack of some project page, and demos. Therefore we may look obsolete or abandoned, which is not a true ;) Hopefully, by the...
Implementation of re-connection feature https://github.com/PuppetJs/PuppetJs/pull/90, made another step ahead from making PuppetJS symmetric protocol, to be run on all peers (browser, server, p2p, etc). For example, it would be cool...
Connection drops usually due to poor network coverage, then it makes sense to reduce the friction when reconnecting,rather than demanding flaky network to handle huge JSON object transit. Even if...
> Could be considered a part of writing down all entire Palindrom protocol spec - https://github.com/Palindrom/Palindrom/issues/61 Given the ongoing process of writing NodeJS server-side to handle Palindrom communication, it would...