mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
[[snapshot]]: 2021-05-09 19:28:59
Affected files: .obsidian/workspace 2021-05-09.md polyfill.md
This commit is contained in:
Vendored
+19
-8
@@ -35,7 +35,18 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "miguel hernández.md",
|
"file": "2021-05-09.md",
|
||||||
|
"mode": "source"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "bd556dba641a6af6",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "polyfill.md",
|
||||||
"mode": "source"
|
"mode": "source"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -149,7 +160,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "explore.md",
|
"file": "polyfill.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -166,7 +177,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "explore.md"
|
"file": "polyfill.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -177,17 +188,17 @@
|
|||||||
"width": 300,
|
"width": 300,
|
||||||
"collapsed": true
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"active": "c39a52dcd48db732",
|
"active": "bd556dba641a6af6",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"explore.md",
|
"polyfill.md",
|
||||||
"2021-05-09.md",
|
"2021-05-09.md",
|
||||||
"firefox qa.md",
|
|
||||||
"miguel hernández.md",
|
"miguel hernández.md",
|
||||||
|
"explore.md",
|
||||||
|
"firefox qa.md",
|
||||||
"velintonia.md",
|
"velintonia.md",
|
||||||
"defoam.md",
|
"defoam.md",
|
||||||
"sign up.md",
|
"sign up.md",
|
||||||
"flancia collective.md",
|
"flancia collective.md",
|
||||||
"vera bug.md",
|
"vera bug.md"
|
||||||
"flancia.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
- [[flancia]]
|
- [[flancia]]
|
||||||
- [[explore]]
|
- [[explore]]
|
||||||
- [[firefox]] [[nightly]] turned out to be a bit too bleeding edge for me
|
- [[firefox]] [[nightly]] turned out to be a bit too bleeding edge for me
|
||||||
|
- [[polyfill]]
|
||||||
- [[bugs]]
|
- [[bugs]]
|
||||||
- can't get logins to stick in at least two sites: [[discord]] and [[google]] (!). the last one is a bit of a dealbreaker for me.
|
- can't get logins to stick in at least two sites: [[discord]] and [[google]] (!). the last one is a bit of a dealbreaker for me.
|
||||||
- this happens even at 'standard' level of tracking protection, which is supposed not to break anything -- so perhaps unrelated to that.
|
- this happens even at 'standard' level of tracking protection, which is supposed not to break anything -- so perhaps unrelated to that.
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
- In [web development](https://en.wikipedia.org/wiki/Web_development "Web development"), a **polyfill** is code that implements a feature on [web browsers](https://en.wikipedia.org/wiki/Web_browser "Web browser") that do not support the feature. Most often, it refers to a [JavaScript](https://en.wikipedia.org/wiki/JavaScript "JavaScript") [library](https://en.wikipedia.org/wiki/Library_(computing) "Library (computing)") that implements an [HTML5](https://en.wikipedia.org/wiki/HTML5 "HTML5") or [CSS](https://en.wikipedia.org/wiki/CSS "CSS") [web standard](https://en.wikipedia.org/wiki/Web_standard "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](https://en.wikipedia.org/wiki/Shim_(computing) "Shim (computing)") for a browser [API](https://en.wikipedia.org/wiki/Application_programming_interface "Application programming interface")".[\[1\]](https://en.wikipedia.org/wiki/Polyfill_(programming)#cite_note-speakingjs-1)
|
||||||
Reference in New Issue
Block a user