Adriana Trif
Adriana Trif
## What I did 1. Attempting a fix for : https://github.com/modernweb-dev/web/issues/1489
In `__web-dev-server_web-socket.js` file there is this code: ``` const { protocol, host } = new URL(import.meta.url); const webSocketUrl = `ws${protocol === 'https:' ? 's' : ''}://${host}/wds`; ``` It would be...
Is live-reload possible in this situation?
My app runs on a basePath, but when the files of the dev-server-hmr are loaded, the basePath is not added to the URL and ends up in a 404: **http://localhost:8082/__web-dev-server__/wc-hmr/patch.js**...
Hi, is there a version of this package that uses ES6 imports/exports?
### Steps to reproduce 1. Having a paper-input type='search' , enter text 2. x button appears on the right , click it to clear entered text **Result**: Entered text is...
Tested with ChromeVox and Windows Narrator. None of the sample apps (https://polymer.github.io/pwa-starter-kit/sample-apps/) and neither our team's polymer implemented apps seem to be screen reader accessible. Any advice/solution to this?