WeSearch

API proposed by Chrome: Declarative partial updates

·11 min read · 0 reactions · 0 comments · 15 views
#web development#chrome#javascript#html#api
API proposed by Chrome: Declarative partial updates
⚡ TL;DR · AI summary

Chrome has introduced a new set of APIs called Declarative Partial Updates to enhance web performance. These APIs allow developers to deliver HTML content in a non-linear fashion, improving the user experience. The features are currently available for testing in Chrome 148 and are being standardized with positive feedback from other browser vendors.

Key facts
Original article
Chrome for Developers
Read full at Chrome for Developers →
Opening excerpt (first ~120 words) tap to expand

Chrome for Developers Blog Declarative partial updates Stay organized with collections Save and categorize content based on your preferences. .wd-authors { --avatar-size: 65px; display: flex; gap: 2em; } .wd-author { display: flex; flex-wrap: wrap; gap: 1em; line-height: calc(var(--avatar-size) / 2); } .wd-author img { border-radius: 50%; height: var(--avatar-size, 65px); width: var(--avatar-size, 65px); } .dcc-authors { --avatar-size: 65px; display: flex; gap: 2em; } .dcc-author { display: flex; flex-wrap: wrap; gap: 1em; line-height: calc(var(--avatar-size) / 2); } .dcc-author img { border-radius: 50%; height: var(--avatar-size, 65px); width: var(--avatar-size, 65px); } .dcc-author__links { display: flex; } .dcc-author__links a { margin-inline-end: 6px; } .dcc-author__links…

Excerpt limited to ~120 words for fair-use compliance. The full article is at Chrome for Developers.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments