aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/blobbuilder
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 09:33:29 -0400
committerIrvin <irvinfly@gmail.com>2021-08-01 13:37:23 +0800
commitb9783c06657382caf2267a9a098ffa8e95a7f2ab (patch)
treeebd0cffca6aa6fe12829ff2791f9576898ebde26 /files/zh-cn/web/api/blobbuilder
parentc57404698a76f159e63c19bc8f42a3d4503d672d (diff)
downloadtranslated-content-b9783c06657382caf2267a9a098ffa8e95a7f2ab.tar.gz
translated-content-b9783c06657382caf2267a9a098ffa8e95a7f2ab.tar.bz2
translated-content-b9783c06657382caf2267a9a098ffa8e95a7f2ab.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 5)
Diffstat (limited to 'files/zh-cn/web/api/blobbuilder')
-rw-r--r--files/zh-cn/web/api/blobbuilder/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/blobbuilder/index.html b/files/zh-cn/web/api/blobbuilder/index.html
index 03248ac1e5..1750cc61c1 100644
--- a/files/zh-cn/web/api/blobbuilder/index.html
+++ b/files/zh-cn/web/api/blobbuilder/index.html
@@ -162,7 +162,7 @@ void append(
<ul>
<li>从Firefox 14开始,使用<code>MozBlobBuilder</code>会在Web控制台显示一条警告消息: <code>MozBlobBuilder</code>已被废弃,请使用{{ domxref("Blob") }}来代替.</li>
<li>从Firefox 18开始,<code>MozBlobBuilder</code>已被删除.</li>
- <li>WebKit has deprecated <code>WebKitBlobBuilder</code> and has made its support configurable. Currently Safari disables the feature in Nightly, so it will never likely to ship in the final version. On the other hand, Chrome, which has supported it since Chrome 8, still enables the feature. So Chrome might continue to support the feature. (See this <a class="external" href="http://trac.webkit.org/changeset/115666" title="http://trac.webkit.org/changeset/115666">WebKit changeset</a> for details).</li>
+ <li>WebKit has deprecated <code>WebKitBlobBuilder</code> and has made its support configurable. Currently Safari disables the feature in Nightly, so it will never likely to ship in the final version. On the other hand, Chrome, which has supported it since Chrome 8, still enables the feature. So Chrome might continue to support the feature. (See this <a class="external" href="http://trac.webkit.org/changeset/115666">WebKit changeset</a> for details).</li>
</ul>
<h2 id="相关链接">相关链接</h2>
<ul>