mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
[[snapshot]]: 2021-05-09 19:29:59
Affected files: .obsidian/workspace 2021-05-09.md "file system access api.md" polyfill.md
This commit is contained in:
Vendored
+17
-6
@@ -40,6 +40,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "1d9b53ec4af0a51e",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "file system access api.md",
|
||||||
|
"mode": "source"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "bd556dba641a6af6",
|
"id": "bd556dba641a6af6",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
@@ -160,7 +171,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "polyfill.md",
|
"file": "file system access api.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -177,7 +188,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "polyfill.md"
|
"file": "file system access api.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -188,17 +199,17 @@
|
|||||||
"width": 300,
|
"width": 300,
|
||||||
"collapsed": true
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"active": "bd556dba641a6af6",
|
"active": "1d9b53ec4af0a51e",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"polyfill.md",
|
"file system access api.md",
|
||||||
"2021-05-09.md",
|
"2021-05-09.md",
|
||||||
|
"polyfill.md",
|
||||||
"miguel hernández.md",
|
"miguel hernández.md",
|
||||||
"explore.md",
|
"explore.md",
|
||||||
"firefox qa.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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
- [[pernambuco e seu conjunto]]
|
- [[pernambuco e seu conjunto]]
|
||||||
- [[flancia]]
|
- [[flancia]]
|
||||||
- [[explore]]
|
- [[explore]]
|
||||||
|
- [[file system access api]]
|
||||||
- [[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]]
|
- [[polyfill]]
|
||||||
- [[bugs]]
|
- [[bugs]]
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
- [[go]] https://github.com/WICG/file-system-access
|
||||||
|
- [[firefox]] doesn't support these and it would probably be better if it would
|
||||||
+2
-1
@@ -1 +1,2 @@
|
|||||||
- 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)
|
- [[wp]] https://en.wikipedia.org/wiki/Polyfill_(programming)
|
||||||
|
- 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