The web walker

Results 37 comments of The web walker

> I estimate we will invoke 100K times and totally 34 million characters per month, does this support? Sounds like this is going to abuse the service. Better off paying...

Here presents my use case in `Node.js` that encounters this same issue: ### Real world use case: ```js /* A basic line of code to measure time taken of a...

Pretty new to Preact and encountered such issue but these are my findings between `route()` and `e.router.routeTo()`. > TLDR; ROUTES is not being populated (which should be done during componentDidMount)...

I think we need optional chaining - https://github.com/tc39/proposal-optional-chaining

This greatly improves the rendering on Chrome Android on Pixel 3 XL. 👍

Running `generator-polymer 1.2.10` on Windows 10 and not seeing the error.

@cuzzlor I did even try to create my own custom element using the Google Maps API and everything works flawlessly under Shady DOM. When you enable native Shadow DOM, things...

@ebidel Added a better description of the issue. Basically, it is not working on Shadow DOM.

IIUC, it basically achieves that using Constructible Stylesheets with fallback when needed.