From 947602d97e8365cf7552ebf3937a6523de6598d3 Mon Sep 17 00:00:00 2001 From: 1van0v Date: Thu, 4 Jul 2019 16:43:25 +0300 Subject: [PATCH] Looks like article is missed https://english.stackexchange.com/questions/103664/on-par-with-vs-on-a-par-with --- 4-binary/03-blob/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-binary/03-blob/article.md b/4-binary/03-blob/article.md index d0d17678..4b8dfa1c 100644 --- a/4-binary/03-blob/article.md +++ b/4-binary/03-blob/article.md @@ -120,7 +120,7 @@ An alternative to `URL.createObjectURL` is to convert a blob into a base64-encod That encoding represents binary data as a string of ultra-safe "readable" characters with ASCII-codes from 0 to 64. And what's more important -- we can use this encoding in "data-urls". -A [data url](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) has the form `data:[][;base64],`. We can use such urls everywhere, on par with "regular" urls. +A [data url](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) has the form `data:[][;base64],`. We can use such urls everywhere, on a par with "regular" urls. For instance, here's a smiley: