Thomas Steiner
Thomas Steiner
Safari and Chrome now support the [Async Clipboard API](https://web.dev/async-clipboard/). This library could use it to improve the experience for the user.
Some operating systems like Windows have the notion of marking **Wi-Fi** networks as ["metered"](https://support.microsoft.com/en-us/help/4028458/windows-metered-connections-in-windows-10)āwhich, for example, can be tethered mobile networks, or per-MB hotspotsāthe idea being that, given a metered...
Your current [custom styling](https://github.com/nolanlawson/emoji-picker-element#custom-styling) section can probably be replaced with [CSS ::part()](https://developer.mozilla.org/en-US/docs/Web/CSS/::part), which has [great browser support](https://caniuse.com/#feat=mdn-css_selectors_part) now.
The `dragEnd()` function, triggered by `pointerup`, needs to make sure the switch is in an allowed position. Currently it is possible to drag the switch, then without releasing the finger...
Note how the `Export` string is hidden under the notch. Worse: the back button `
Fixes #660 (hopefully).
Supersedes https://github.com/tldraw/tldraw/pull/653, incorporating a problem identified in https://github.com/tldraw/tldraw/pull/658.
One line summary of the issue here. Links with [Text Fragments](https://web.dev/text-fragments/) risk to get parsed incorrectly. ### Expected behavior Try to share: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/skipWaiting#wikiArticle:~:text=Use%20this%20method%20with%20Clients.claim()%20to,client%20and%20all%20other%20active%20clients. ### Actual behavior This gets parsed as:...
Add Nintendo Joy-Con link and demos.
Fixes https://github.com/GoogleChrome/web.dev/issues/7439 Changes proposed in this pull request: - Add Files and Clipboard Patterns