diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-03 01:40:04 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-03 01:40:04 +0000 |
commit | d5f6dd6b7f6653facfb468516ef657a2d4d5180c (patch) | |
tree | e08e8f6f9d5394cd3edf4c4b54e961f4e4cc1e99 /files/ko | |
parent | d671972ba9c48fa9367d6264b5d99151fc07235a (diff) | |
download | translated-content-d5f6dd6b7f6653facfb468516ef657a2d4d5180c.tar.gz translated-content-d5f6dd6b7f6653facfb468516ef657a2d4d5180c.tar.bz2 translated-content-d5f6dd6b7f6653facfb468516ef657a2d4d5180c.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ko/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ko/orphaned/web/api/offscreencanvas/toblob/index.html (renamed from files/ko/web/api/offscreencanvas/toblob/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 5b0ebefecb..6c9de7b3ba 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -631,6 +631,7 @@ /ko/docs/Web/API/NetworkInformation/connection /ko/docs/Web/API/Navigator/connection /ko/docs/Web/API/Node/innerText /ko/docs/Web/API/HTMLElement/innerText /ko/docs/Web/API/Notification.permission /ko/docs/Web/API/Notification/permission +/ko/docs/Web/API/OffscreenCanvas/toBlob /ko/docs/orphaned/Web/API/OffscreenCanvas/toBlob /ko/docs/Web/API/ParentNode /ko/docs/orphaned/Web/API/ParentNode /ko/docs/Web/API/ParentNode/append /ko/docs/orphaned/Web/API/ParentNode/append /ko/docs/Web/API/ParentNode/childElementCount /ko/docs/Web/API/Element/childElementCount diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index da7b9258ed..52f3bde621 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -6162,12 +6162,6 @@ "moonformeli" ] }, - "Web/API/OffscreenCanvas/toBlob": { - "modified": "2020-10-15T22:14:42.795Z", - "contributors": [ - "moonformeli" - ] - }, "Web/API/OffscreenCanvas/width": { "modified": "2020-10-15T22:14:42.247Z", "contributors": [ @@ -18393,6 +18387,12 @@ "connorshea" ] }, + "orphaned/Web/API/OffscreenCanvas/toBlob": { + "modified": "2020-10-15T22:14:42.795Z", + "contributors": [ + "moonformeli" + ] + }, "orphaned/Web/API/ParentNode": { "modified": "2020-10-15T22:08:08.618Z", "contributors": [ diff --git a/files/ko/web/api/offscreencanvas/toblob/index.html b/files/ko/orphaned/web/api/offscreencanvas/toblob/index.html index e57eeecfbb..f3cf0b08a9 100644 --- a/files/ko/web/api/offscreencanvas/toblob/index.html +++ b/files/ko/orphaned/web/api/offscreencanvas/toblob/index.html @@ -1,6 +1,6 @@ --- title: OffscreenCanvas.convertToBlob() -slug: Web/API/OffscreenCanvas/toBlob +slug: orphaned/Web/API/OffscreenCanvas/toBlob tags: - API - Canvas @@ -9,6 +9,7 @@ tags: - OffscreenCanvas - Reference translation_of: Web/API/OffscreenCanvas/toBlob +original_slug: Web/API/OffscreenCanvas/toBlob --- <div>{{APIRef("Canvas API")}} {{SeeCompatTable}}</div> |