#polyfill — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #polyfill, aggregated by home.social.
-
In defense of polyfills. @leaverou pushes back on the claim that polyfills harm the web platform. She argues the need for fallbacks persists regardless, and banning polyfills just scatters worse ad-hoc code everywhere. Standardized APIs decouple code from the spec, so libraries swap freely. The real problem is a slow standards process that waits for implementer interest before demonstrated need. #polyfill #tools
-
In defense of polyfills. @leaverou pushes back on the claim that polyfills harm the web platform. She argues the need for fallbacks persists regardless, and banning polyfills just scatters worse ad-hoc code everywhere. Standardized APIs decouple code from the spec, so libraries swap freely. The real problem is a slow standards process that waits for implementer interest before demonstrated need. #polyfill #tools
-
В защиту полифилов. Лия Веру спорит с мнением, что полифилы вредят веб-платформе. Она объясняет, что потребность в фолбеках никуда не денется, а запрет лишь плодит худший разрозненный код по всему проекту. Стандартные API отделяют код от спецификации, поэтому библиотеки легко заменяются. Настоящая проблема — медленный процесс стандартизации, который ждёт интереса браузеров вместо того, чтобы реагировать на явную потребность разработчиков. #polyfill #tools
-
В защиту полифилов. Лия Веру спорит с мнением, что полифилы вредят веб-платформе. Она объясняет, что потребность в фолбеках никуда не денется, а запрет лишь плодит худший разрозненный код по всему проекту. Стандартные API отделяют код от спецификации, поэтому библиотеки легко заменяются. Настоящая проблема — медленный процесс стандартизации, который ждёт интереса браузеров вместо того, чтобы реагировать на явную потребность разработчиков. #polyfill #tools
-
#Development #Introductions
Getting started with Anchor Positioning · An interactive guide to the Anchor Positioning API https://ilo.im/16ebs1_____
#ModernCSS #ToolTips #AnchorPositioning #ContainerQueries #PolyFill #APIs #Browsers #WebDev #Frontend #CSS -
#Development #Introductions
Getting started with Anchor Positioning · An interactive guide to the Anchor Positioning API https://ilo.im/16ebs1_____
#ModernCSS #ToolTips #AnchorPositioning #ContainerQueries #PolyFill #APIs #Browsers #WebDev #Frontend #CSS -
Ein gekaperter Baustein: der Polyfill-Vorfall auf diesem Blog
Ein fremdes Script auf diesem Blog war zur Phishing-Falle geworden. Was passiert ist, was du wissen musst und wie ich es abgestellt habe.
https://ingo.lantschner.name/post/2026-06-25_polyfill-supply-chain/#Sicherheit #SupplyChain #Polyfill #CSP #SBOM #Hugo #Selfhosting #Phishing #KaTeX #Webentwicklung
-
Ein gekaperter Baustein: der Polyfill-Vorfall auf diesem Blog
Ein fremdes Script auf diesem Blog war zur Phishing-Falle geworden. Was passiert ist, was du wissen musst und wie ich es abgestellt habe.
https://ingo.lantschner.name/post/2026-06-25_polyfill-supply-chain/#Sicherheit #SupplyChain #Polyfill #CSP #SBOM #Hugo #Selfhosting #Phishing #KaTeX #Webentwicklung
-
Polyfill.io torna attivo nel 2026: pop-up di login sospetti colpiscono Toshiba, Muji e Samsung
Il dominio polyfill[.]io è tornato attivo a fine maggio 2026 rispondendo con HTTP 401, inducendo i browser a mostrare false richieste di autenticazione agli utenti di Toshiba, Muji, Zojirushi e Samsung. Una coda dell'incidente di supply chain del 2024 che colpisce chi non aveva completato la pulizia del codice. -
Polyfill.io torna attivo nel 2026: pop-up di login sospetti colpiscono Toshiba, Muji e Samsung
Il dominio polyfill[.]io è tornato attivo a fine maggio 2026 rispondendo con HTTP 401, inducendo i browser a mostrare false richieste di autenticazione agli utenti di Toshiba, Muji, Zojirushi e Samsung. Una coda dell'incidente di supply chain del 2024 che colpisce chi non aveva completato la pulizia del codice. -
#Development #Approaches
Inverted themes with light-dark() · Flipping color modes with container style queries https://ilo.im/16c2kq_____
#ColorSchemes #LightMode #DarkMode #ProgressiveEnhancement #Polyfill #Browser #WebDev #Frontend #CSS #JavaScript -
#Development #Approaches
Inverted themes with light-dark() · Flipping color modes with container style queries https://ilo.im/16c2kq_____
#ColorSchemes #LightMode #DarkMode #ProgressiveEnhancement #Polyfill #Browser #WebDev #Frontend #CSS #JavaScript -
#Development #Introductions
Container Timing · A new API to measure web component performance https://ilo.im/16bf65_____
#Metrics #Measurement #WebComponents #APIs #Polyfill #Chromium #Browsers #WebPerf #WebDev #Frontend -
#Development #Introductions
Container Timing · A new API to measure web component performance https://ilo.im/16bf65_____
#Metrics #Measurement #WebComponents #APIs #Polyfill #Chromium #Browsers #WebPerf #WebDev #Frontend -
Introducing view-transitions-mock, a non-visual polyfill for same-document view transitions. @bramus built a spec-compliant JavaScript implementation of the View Transition API that works across all browsers. It handles document.startViewTransition(), the ViewTransition class with its promises, and view transition types. Animations are skipped in unsupported browsers, but DOM updates work as expected. #viewtransition #polyfill
-
Introducing view-transitions-mock, a non-visual polyfill for same-document view transitions. @bramus built a spec-compliant JavaScript implementation of the View Transition API that works across all browsers. It handles document.startViewTransition(), the ViewTransition class with its promises, and view transition types. Animations are skipped in unsupported browsers, but DOM updates work as expected. #viewtransition #polyfill
-
Представляем view-transitions-mock — невизуальный полифил для view transition в рамках документа. Брамус Ван Дамм создал JavaScript-реализацию View Transition API совместимую со спецификацией, которая работает во всех браузерах без кучи условий в коде. Она обрабатывает document.startViewTransition(), класс ViewTransition с промисами и типы View Transition. Обновления DOM идентичны нативным, но анимации пропускаются в старых браузерах. #viewtransition #polyfill
-
Представляем view-transitions-mock — невизуальный полифил для view transition в рамках документа. Брамус Ван Дамм создал JavaScript-реализацию View Transition API совместимую со спецификацией, которая работает во всех браузерах без кучи условий в коде. Она обрабатывает document.startViewTransition(), класс ViewTransition с промисами и типы View Transition. Обновления DOM идентичны нативным, но анимации пропускаются в старых браузерах. #viewtransition #polyfill
-
#Development #Launches
Introducing CSS ‘view-transitions-mock’ · A non-visual polyfill for same-document view transitions https://ilo.im/16bak0_____
#ModernCSS #ViewTransitions #Polyfill #APIs #Browsers #WebDev #Frontend #CSS #JavaScript -
#Development #Launches
Introducing CSS ‘view-transitions-mock’ · A non-visual polyfill for same-document view transitions https://ilo.im/16bak0_____
#ModernCSS #ViewTransitions #Polyfill #APIs #Browsers #WebDev #Frontend #CSS #JavaScript -
Полифил для HTML-элемента switch. Томас Штайнер предлагает полифил, который даёт почти нативный <input type="checkbox" switch> в браузерах помимо Safari: с доступностью, поддержкой высокой контрастности и загрузкой без FOUC-прыжков. #html #polyfill
https://blog.tomayac.com/2026/01/12/a-polyfill-for-the-html-switch-element/
-
Полифил для HTML-элемента switch. Томас Штайнер предлагает полифил, который даёт почти нативный <input type="checkbox" switch> в браузерах помимо Safari: с доступностью, поддержкой высокой контрастности и загрузкой без FOUC-прыжков. #html #polyfill
https://blog.tomayac.com/2026/01/12/a-polyfill-for-the-html-switch-element/
-
A polyfill for the HTML switch element. @tomayac shares a polyfill, bringing near-native <input type="checkbox" switch> to browsers beyond Safari, with accessibility mapping, high-contrast tweaks, and FOUC-safe loading. #html #polyfill
https://blog.tomayac.com/2026/01/12/a-polyfill-for-the-html-switch-element/
-
A polyfill for the HTML switch element. @tomayac shares a polyfill, bringing near-native <input type="checkbox" switch> to browsers beyond Safari, with accessibility mapping, high-contrast tweaks, and FOUC-safe loading. #html #polyfill
https://blog.tomayac.com/2026/01/12/a-polyfill-for-the-html-switch-element/
-
#Development #Previews
When will CSS Grid Lanes arrive? · “It’s going to arrive sooner than you think.” https://ilo.im/16a21t_____
#ModernCSS #CssGrid #Layout #Masonry #Polyfill #ProgressiveEnhancement #Browsers #WebDev #Frontend #CSS -
#Development #Previews
When will CSS Grid Lanes arrive? · “It’s going to arrive sooner than you think.” https://ilo.im/16a21t_____
#ModernCSS #CssGrid #Layout #Masonry #Polyfill #ProgressiveEnhancement #Browsers #WebDev #Frontend #CSS -
#Development #Introductions
Introducing the HTML ‘geolocation’ element · What it does and how to use it https://ilo.im/169tah_____
#HTML #Geolocation #FeatureDetection #Polyfill #ProgressiveEnhancement #Chrome #Browser #WebDev #Frontend #Releases -
#Development #Introductions
Introducing the HTML ‘geolocation’ element · What it does and how to use it https://ilo.im/169tah_____
#HTML #Geolocation #FeatureDetection #Polyfill #ProgressiveEnhancement #Chrome #Browser #WebDev #Frontend #Releases -
#Development #Launches
Input switch polyfill · A polyfill to turn checkboxes into modern switches https://ilo.im/16938w_____
#Switch #Forms #Polyfill #ProgressiveEnhancement #Browser #WebDev #Frontend #HTML #CSS #JavaScript -
#Development #Launches
Input switch polyfill · A polyfill to turn checkboxes into modern switches https://ilo.im/16938w_____
#Switch #Forms #Polyfill #ProgressiveEnhancement #Browser #WebDev #Frontend #HTML #CSS #JavaScript -
#Development #Introductions
Controlling dialogs and popovers · The power of the Invoker Commands API https://ilo.im/168z16_____
#Invokers #HtmlDialog #Popovers #API #Polyfill #Browser #WebDev #Frontend #HTML -
#Development #Introductions
Controlling dialogs and popovers · The power of the Invoker Commands API https://ilo.im/168z16_____
#Invokers #HtmlDialog #Popovers #API #Polyfill #Browser #WebDev #Frontend #HTML -
#Development
What to know about modern CSS in 2025 · There is more this year than there was last https://ilo.im/16711o_____
#ModernCSS #BrowserSupport #ProgressiveEnhancement #Polyfill #Browser #WebDev #Frontend #HTML #CSS #JavaScript -
#Development
What to know about modern CSS in 2025 · There is more this year than there was last https://ilo.im/16711o_____
#ModernCSS #BrowserSupport #ProgressiveEnhancement #Polyfill #Browser #WebDev #Frontend #HTML #CSS #JavaScript -
#Development #Guides
Modern async iteration in JavaScript · “Array.fromAsync() is a fantastic addition to JavaScript.” https://ilo.im/165djr_____
#Programming #Coding #JavaScript #Polyfill #Browser #WebDev #Frontend #Backend -
#Development #Guides
Modern async iteration in JavaScript · “Array.fromAsync() is a fantastic addition to JavaScript.” https://ilo.im/165djr_____
#Programming #Coding #JavaScript #Polyfill #Browser #WebDev #Frontend #Backend -
#Development #Approaches
The modern way to write JavaScript servers · How the Request/Response API boosts speed and testing https://ilo.im/162aw4_____
#Server #NextJS #Deno #Runtime #JavaScript #Polyfill #API #WebDev #Backend -
#Development #Approaches
The modern way to write JavaScript servers · How the Request/Response API boosts speed and testing https://ilo.im/162aw4_____
#Server #NextJS #Deno #Runtime #JavaScript #Polyfill #API #WebDev #Backend -
Infrastructure Laundering: Blending in with the Cloud
https://krebsonsecurity.com/2025/01/infrastructure-laundering-blending-in-with-the-cloud/
#infrastructurelaundering #U.S.DepartmentofCommerce #Ne'er-Do-WellNews #Crowell&MoringLLP #ALittleSunshine #MicrosoftAzure #NoName057(16) #RichardHummel #SuncityGroup #TimetoPatch #WebFraud2.0 #FangnengCDN #ZachEdwards #SilentPush #AmazonAWS #ACBGroup #AnjieCDN #NETSCOUT #polyfill #Funnull
-
Infrastructure Laundering: Blending in with the Cloud
https://krebsonsecurity.com/2025/01/infrastructure-laundering-blending-in-with-the-cloud/
#infrastructurelaundering #U.S.DepartmentofCommerce #Ne'er-Do-WellNews #Crowell&MoringLLP #ALittleSunshine #MicrosoftAzure #NoName057(16) #RichardHummel #SuncityGroup #TimetoPatch #WebFraud2.0 #FangnengCDN #ZachEdwards #SilentPush #AmazonAWS #ACBGroup #AnjieCDN #NETSCOUT #polyfill #Funnull
-
#Development #Introductions
Cookie Store API · A modern asynchronous alternative to ‘document.cookie’ https://ilo.im/161nw4_____
#Cookies #JavaScript #API #Polyfill #Browser #WebDev #Frontend -
#Development #Introductions
Cookie Store API · A modern asynchronous alternative to ‘document.cookie’ https://ilo.im/161nw4_____
#Cookies #JavaScript #API #Polyfill #Browser #WebDev #Frontend -
Still have to rely on webextension-polyfill, but, hopefully, it's not long until #Chrome will expose Extension APIs under browser.* namespace, just like #Firefox.
https://issues.chromium.org/issues/40556351
Meanwhile, TIL how to build a cross-browser extension: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension
-
Still have to rely on webextension-polyfill, but, hopefully, it's not long until #Chrome will expose Extension APIs under browser.* namespace, just like #Firefox.
https://issues.chromium.org/issues/40556351
Meanwhile, TIL how to build a cross-browser extension: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension
-
#Development #Opportunities
CSS anchor positioning is disruptive · “It’s going to unlock some surprising new layouts.” https://ilo.im/160y47_____
#ModernCSS #Layout #Dropdown #AnchorPositioning #Polyfill #Chrome #Browser #WebDev #CSS -
#Development #Workarounds
The continuing tragedy of emoji on the web · Websites still need a fix for consistent emoji display https://ilo.im/1604jn_____
#Emoji #Font #Spritesheet #Polyfill #Browser #Design #WebDesign #WebPerf #WebDev #Frontend -
Y'all remember #PolyfillIO?
I realize the lesson there is; don't depend on code from domains you don't control, and in an ideal world that's what you should do
But is there still a need there? Are there #webPlatform features you'd like to use but you don't want to introduce a build process just to bundle the #polyfill from #NPM?
Or is there no point in #polyfills since #browsers don't share caches between origins these days so there's no precaching benefit anymore?