Thomas Steiner
Thomas Steiner
Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message...
Consider the following code: ```js // All cookies are blocked in browser settings. document.cookie = 'silently=ignored'; // > 'silently=ignored' document.cookie; // > '' await cookieStore.set('throws', 'on-write'); // > Uncaught DOMException:...
Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message...
Currently the menu bar becomes scrollable on small viewports, but it should probably responsively convert into a hamburger menu.
https://github.com/tomayac/joy-con-webhid/blob/29435e0c8b307147e1f2cb067c141b42a1053753/src/parse.js#L309-L315 https://github.com/tomayac/joy-con-webhid/blob/29435e0c8b307147e1f2cb067c141b42a1053753/src/parse.js#L328-L334
https://github.com/tomayac/joy-con-webhid/blob/6ebaccf4dfd58cf6b1aae9fb2a706fead665ef72/src/parse.js#L118-L128
Fixes #69. This PR adds `font-display: swap;`, with a pointer to read the MDN docs for other options.
I have DNSCloak 2.2.2 installed on iOS 15.3 beta (build 19D5026g) and it works perfectly fine on Wi-Fi, but doesn't let network traffic through on cellular. I have Private Relay...
Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message...
iOS Safari requires a permission since some time ago.