diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:56 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:56 +0100 |
commit | 9201e4212c57af09becda69f17c17a3a34f226c2 (patch) | |
tree | d914256ec5ee504d15da3a0201318d3ed1e6d0fc /files/vi/web/api | |
parent | 904a5994c87295d84d25f869d5555f35fbce5070 (diff) | |
download | translated-content-9201e4212c57af09becda69f17c17a3a34f226c2.tar.gz translated-content-9201e4212c57af09becda69f17c17a3a34f226c2.tar.bz2 translated-content-9201e4212c57af09becda69f17c17a3a34f226c2.zip |
unslug vi: modify
Diffstat (limited to 'files/vi/web/api')
4 files changed, 8 insertions, 4 deletions
diff --git a/files/vi/web/api/baseaudiocontext/createoscillator/index.html b/files/vi/web/api/baseaudiocontext/createoscillator/index.html index e0a786a181..1cef402134 100644 --- a/files/vi/web/api/baseaudiocontext/createoscillator/index.html +++ b/files/vi/web/api/baseaudiocontext/createoscillator/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createOscillator() -slug: Web/API/AudioContext/createOscillator +slug: Web/API/BaseAudioContext/createOscillator translation_of: Web/API/BaseAudioContext/createOscillator +original_slug: Web/API/AudioContext/createOscillator --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/vi/web/api/htmlorforeignelement/dataset/index.html b/files/vi/web/api/htmlorforeignelement/dataset/index.html index 44ce2c7393..ad2617ab56 100644 --- a/files/vi/web/api/htmlorforeignelement/dataset/index.html +++ b/files/vi/web/api/htmlorforeignelement/dataset/index.html @@ -1,6 +1,6 @@ --- title: HTMLElement.dataset -slug: Web/API/HTMLElement/dataset +slug: Web/API/HTMLOrForeignElement/dataset tags: - API - HTML DOM @@ -9,6 +9,7 @@ tags: - Thuộc tính - dataset translation_of: Web/API/HTMLOrForeignElement/dataset +original_slug: Web/API/HTMLElement/dataset --- <div>{{ APIRef("HTML DOM") }}</div> diff --git a/files/vi/web/api/navigator/sendbeacon/index.html b/files/vi/web/api/navigator/sendbeacon/index.html index a91adf05fd..1a48443fc9 100644 --- a/files/vi/web/api/navigator/sendbeacon/index.html +++ b/files/vi/web/api/navigator/sendbeacon/index.html @@ -1,6 +1,6 @@ --- title: Navigator.sendBeacon() -slug: Web/API/Navigator/sendBeacon-vi +slug: Web/API/Navigator/sendBeacon tags: - API - Beacon @@ -8,6 +8,7 @@ tags: - sendBeacon - web perfomance translation_of: Web/API/Navigator/sendBeacon +original_slug: Web/API/Navigator/sendBeacon-vi --- <div><span class="seoSummary">Phương thức <code><strong>navigator.sendBeacon()</strong></code> gửi </span>{{glossary("Asynchronous", "bất đồng bộ")}} 1 lượng nhỏ dữ liệu đến máy chủ (web server) thông qua giao thức {{Glossary("HTTP")}} .</div> diff --git a/files/vi/web/api/window/load_event/index.html b/files/vi/web/api/window/load_event/index.html index 130d6b9af0..ec1d576ff4 100644 --- a/files/vi/web/api/window/load_event/index.html +++ b/files/vi/web/api/window/load_event/index.html @@ -1,11 +1,12 @@ --- title: load -slug: Web/Events/load +slug: Web/API/Window/load_event tags: - DOM - Event - Sự kiện translation_of: Web/API/Window/load_event +original_slug: Web/Events/load --- <p>Sự kiện <strong><code>load</code></strong> có hiệu lực (được kích hoạt) khi các tài nguyên của một đối tượng hoặc các tài nguyên phụ thuộc vào đối tượng đó đã được tải nạp hoàn tất.</p> |