@jasonmcneill Yeah, we need more offline games, not less… ;-)
🧪 Android PWA experiment:
Let apps be installed just based on manifest, w/o service worker!
Android Chrome now creates a default offline page (https://t.co/NQrtsv26PQ), and some apps have created otherwise empty service workers that slow down the Web
Correction: since it’s a static method:
😆 After (without `new`):
`Response.json(object);`
If you need to synthesize JSON responses in Service Workers, your life will soon get easier:
🫤 Before:
“`js
new Response(JSON.stringify(object), {
headers: {
“Content-Type”: “application/json”
}
});
“`
😆 After:
`new Response.json(object)
RT @Karan_K_Bhatia: Thank you @ZelenskyyUa! From the beginning of the war, @Google has sought to help however we can - through humanitarian…
@cjamcl It is. It’s in the Share action. Highlight something, then share. See https://t.co/gFS9UwlgPN for one improvement to the flow (right now you can’t share the URL alone).
@jh3yy Probably it’d be safest to match on the dataset-term attribute rather than on the class (what I’m doing and which can cause CSS clashes) or a made-up attribute (what you’re doing and which—should this become popular—would block us from ad
RT @denladeside: I’m working on a PoC using @NordicTweets HW, @ZephyrIoT firmware and web apps to provide affordable customized mouse (late…
Added a banner to all https://t.co/Td9ah4AWNL pages today: “Join and donate to 🇺🇦 DevFest for Ukraine (https://t.co/g9bhZ2I7WF), a charitable tech conference happening June 14—15 supported by â¦@googledevsâ© and â¦@googlecloudâ©.â€
#StandW
PWABuilder can now create PWAs packaged for Meta (Oculus) Quest devices! 💠@alexey_rodionov is working on a PR to add this and other related info to my article https://t.co/J2WFw0avTi. https://t.co/fFQzh4qCM9
@jh3yy That’s what powers the app search feature in the 🡠Project Fugu API Showcase: https://t.co/3vD1IZdKYq.
RT @codepo8: What’s new for Microsoft Edge at Build 2022 https://t.co/KXRXZW4rwI
💀 PWA-driven widgets: https://t.co/ciKBSPPiuc by @AaronGustafson. https://t.co/gNf2YhpHBh