mirror of
https://github.com/flancian/garden.git
synced 2026-07-31 11:36:19 +00:00
3950cc8157
Affected files: .obsidian/workspace obsidian.md polyfill.md
1.2 KiB
1.2 KiB
-
wp https://en.wikipedia.org/wiki/Polyfill_(programming)
- In web development, a polyfill is code that implements a feature on web browsers that do not support the feature. Most often, it refers to a JavaScript library that implements an HTML5 or CSS web standard, either an established standard (supported by some browsers) on older browsers, or a proposed standard (not supported by any browsers) on existing browsers. Formally, "a polyfill is a shim for a browser API".[1]