RT @slightlylate: This sort of detailed feedback about Origin Trial APIs (you can sign up here!: https://t.co/CohrmW0khQ) is critical to ou…
RT @marcushellberg: . @fractorious, following up on our discussion about the Native File System API at #ChromeDevSummit. We wrote a blog po…
RT @webaxe: Applying prefers-color-scheme to SVG favicons: https://t.co/A6ct6vxJSW #webdev #svg #a11y
@yoavweiss I could have sworn I have seen a crbug somewhere to improve @ChromeDevTools handling of localhost service workers from different projects. Maybe @mathias remembers?
@firt @EventLift @lombrozo @gauntface @sammachin @torgo @Rumyra The bug report in question is here: https://t.co/ZmvrYKyv60.
RT @johnwilander: Updates to ITP in today’s iOS and macOS releases including a thank you to Google researchers — all under the title “Preve…
RT @ChromiumDev: Chrome 79 is rolling out now! Installed PWAs on Android get support for maskable icons. The WebXR Device API has landed. O…
RT @tkadlec: New post: a few quick tips for how to use #BigQuery without breaking the bank. https://t.co/lNPR3oNIVN
If you’re interested in the background on the better password protection feature that recently launched in Chrome, read up on this great work. â¤µï¸ https://t.co/OW7KxTTg9O
RT @FakeUnicode: Because it keeps coming up, how about a thread on Emoji in passwords. So we (and you) can link to it in the future.
Shoul…
@mahemoff “`js
#!/usr/bin/env node
const express = require(‘express’);
const server = express();
server.all(‘/*’, (_, res) => {
res.sendFile(__dirname + ‘/index.html’);
});
const port = 8000;
server.listen(port, () => {
console.log(‘Server listenin
@uskay Definitely, and recipe pages are a great example use case for this feature. You know my email… 😂