From df48b45c6a57832706b8815675dc2526e815fd72 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 9 May 2021 19:28:59 +0200 Subject: [PATCH] [[snapshot]]: 2021-05-09 19:28:59 Affected files: .obsidian/workspace 2021-05-09.md polyfill.md --- .obsidian/workspace | 27 +++++++++++++++++++-------- 2021-05-09.md | 1 + polyfill.md | 1 + 3 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 polyfill.md diff --git a/.obsidian/workspace b/.obsidian/workspace index 82b53d55a..03451ae13 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -35,7 +35,18 @@ "state": { "type": "markdown", "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" } } @@ -149,7 +160,7 @@ "state": { "type": "backlink", "state": { - "file": "explore.md", + "file": "polyfill.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -166,7 +177,7 @@ "state": { "type": "outline", "state": { - "file": "explore.md" + "file": "polyfill.md" } } } @@ -177,17 +188,17 @@ "width": 300, "collapsed": true }, - "active": "c39a52dcd48db732", + "active": "bd556dba641a6af6", "lastOpenFiles": [ - "explore.md", + "polyfill.md", "2021-05-09.md", - "firefox qa.md", "miguel hernández.md", + "explore.md", + "firefox qa.md", "velintonia.md", "defoam.md", "sign up.md", "flancia collective.md", - "vera bug.md", - "flancia.md" + "vera bug.md" ] } \ No newline at end of file diff --git a/2021-05-09.md b/2021-05-09.md index 7d23e935f..d5460d09d 100644 --- a/2021-05-09.md +++ b/2021-05-09.md @@ -2,6 +2,7 @@ - [[flancia]] - [[explore]] - [[firefox]] [[nightly]] turned out to be a bit too bleeding edge for me + - [[polyfill]] - [[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. - this happens even at 'standard' level of tracking protection, which is supposed not to break anything -- so perhaps unrelated to that. diff --git a/polyfill.md b/polyfill.md new file mode 100644 index 000000000..d3892e312 --- /dev/null +++ b/polyfill.md @@ -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) \ No newline at end of file