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)fetch.spec.whatwg.org/#ref-for-dom-r…
Karan_K_Bhatia Thank you @ZelenskyyUa! From the beginning of the war, @Google has sought to help however we can - through humanitarian support or our tools; we’ll continue to do so as long as needed. Humbled & honored by this recognition. Thank you @FedorovMykhailo for the #WEF2022 meeting. twitter.com/FedorovMykhail…
@cjamcl It is. It’s in the Share action. Highlight something, then share. See bugs.chromium.org/p/chromium/iss… 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
denladeside I’m working on a PoC using @NordicTweets HW, @ZephyrIoT firmware and web apps to provide affordable customized mouse (later keyboard too) control for folks in need of assistive technology. Here is an early draft - toughts/corrections welcome :) dev.to/denladeside/ze…

Added a banner to all web.dev pages today: “Join and donate to 🇺🇦 DevFest for Ukraine (devfest.gdg.org.ua/?utm_source=we…), a charitable tech conference happening June 14–15 supported by@googledevsvs and@googlecloudud.”#StandWithUkrainepic.twitter.com/vWt8yiZH0U
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 web.dev/pwas-on-oculus…. twitter.com/pwabuilder/sta…
@jh3yy That’s what powers the app search feature in the 🐡 Project Fugu API Showcase: github.com/tomayac/fugu-s….
codepo8 What’s new for Microsoft Edge at Build 2022 blogs.windows.com/msedgedev/2022…
👀 PWA-driven widgets: github.com/MicrosoftEdge/… by @AaronGustafson. twitter.com/AaronGustafson…