diff options
Diffstat (limited to 'files/es/web/api')
-rw-r--r-- | files/es/web/api/atob/index.html (renamed from files/es/web/api/windoworworkerglobalscope/atob/index.html) | 4 | ||||
-rw-r--r-- | files/es/web/api/caches/index.html (renamed from files/es/web/api/windoworworkerglobalscope/caches/index.html) | 3 | ||||
-rw-r--r-- | files/es/web/api/clearinterval/index.html (renamed from files/es/web/api/windoworworkerglobalscope/clearinterval/index.html) | 4 | ||||
-rw-r--r-- | files/es/web/api/cleartimeout/index.html (renamed from files/es/web/api/windoworworkerglobalscope/cleartimeout/index.html) | 4 | ||||
-rw-r--r-- | files/es/web/api/createimagebitmap/index.html (renamed from files/es/web/api/windoworworkerglobalscope/createimagebitmap/index.html) | 3 | ||||
-rw-r--r-- | files/es/web/api/fetch/index.html (renamed from files/es/web/api/windoworworkerglobalscope/fetch/index.html) | 3 | ||||
-rw-r--r-- | files/es/web/api/indexeddb/index.html (renamed from files/es/web/api/windoworworkerglobalscope/indexeddb/index.html) | 3 | ||||
-rw-r--r-- | files/es/web/api/issecurecontext/index.html (renamed from files/es/web/api/windoworworkerglobalscope/issecurecontext/index.html) | 3 | ||||
-rw-r--r-- | files/es/web/api/setinterval/index.html (renamed from files/es/web/api/windoworworkerglobalscope/setinterval/index.html) | 4 | ||||
-rw-r--r-- | files/es/web/api/settimeout/index.html (renamed from files/es/web/api/windoworworkerglobalscope/settimeout/index.html) | 4 |
10 files changed, 20 insertions, 15 deletions
diff --git a/files/es/web/api/windoworworkerglobalscope/atob/index.html b/files/es/web/api/atob/index.html index 446f7e2df9..71044fc0ab 100644 --- a/files/es/web/api/windoworworkerglobalscope/atob/index.html +++ b/files/es/web/api/atob/index.html @@ -1,8 +1,8 @@ --- title: WindowBase64.atob() -slug: Web/API/WindowOrWorkerGlobalScope/atob +slug: Web/API/atob translation_of: Web/API/WindowOrWorkerGlobalScope/atob -original_slug: Web/API/WindowBase64/atob +original_slug: Web/API/WindowOrWorkerGlobalScope/atob --- <p>{{APIRef}}</p> diff --git a/files/es/web/api/windoworworkerglobalscope/caches/index.html b/files/es/web/api/caches/index.html index c8d3a71b97..db56d9611d 100644 --- a/files/es/web/api/windoworworkerglobalscope/caches/index.html +++ b/files/es/web/api/caches/index.html @@ -1,7 +1,8 @@ --- title: WindowOrWorkerGlobalScope.caches -slug: Web/API/WindowOrWorkerGlobalScope/caches +slug: Web/API/caches translation_of: Web/API/WindowOrWorkerGlobalScope/caches +original_slug: Web/API/WindowOrWorkerGlobalScope/caches --- <p>{{APIRef()}}{{SeeCompatTable}}</p> diff --git a/files/es/web/api/windoworworkerglobalscope/clearinterval/index.html b/files/es/web/api/clearinterval/index.html index c984baf637..df9ac60205 100644 --- a/files/es/web/api/windoworworkerglobalscope/clearinterval/index.html +++ b/files/es/web/api/clearinterval/index.html @@ -1,8 +1,8 @@ --- title: WindowTimers.clearInterval() -slug: Web/API/WindowOrWorkerGlobalScope/clearInterval +slug: Web/API/clearInterval translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval -original_slug: Web/API/WindowTimers/clearInterval +original_slug: Web/API/WindowOrWorkerGlobalScope/clearInterval --- <div> <div>{{APIRef("HTML DOM")}}</div> diff --git a/files/es/web/api/windoworworkerglobalscope/cleartimeout/index.html b/files/es/web/api/cleartimeout/index.html index e40c77c5b6..d86391e675 100644 --- a/files/es/web/api/windoworworkerglobalscope/cleartimeout/index.html +++ b/files/es/web/api/cleartimeout/index.html @@ -1,8 +1,8 @@ --- title: window.clearTimeout -slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout +slug: Web/API/clearTimeout translation_of: Web/API/WindowOrWorkerGlobalScope/clearTimeout -original_slug: Web/API/WindowTimers/clearTimeout +original_slug: Web/API/WindowOrWorkerGlobalScope/clearTimeout --- <div>{{ApiRef}}</div> diff --git a/files/es/web/api/windoworworkerglobalscope/createimagebitmap/index.html b/files/es/web/api/createimagebitmap/index.html index e24e4b11f4..4f6c6fabe4 100644 --- a/files/es/web/api/windoworworkerglobalscope/createimagebitmap/index.html +++ b/files/es/web/api/createimagebitmap/index.html @@ -1,6 +1,6 @@ --- title: self.createImageBitmap() -slug: Web/API/WindowOrWorkerGlobalScope/createImageBitmap +slug: Web/API/createImageBitmap tags: - API - Canvas @@ -10,6 +10,7 @@ tags: - createImageBitmap - metodo translation_of: Web/API/WindowOrWorkerGlobalScope/createImageBitmap +original_slug: Web/API/WindowOrWorkerGlobalScope/createImageBitmap --- <div>{{APIRef("Canvas API")}}</div> diff --git a/files/es/web/api/windoworworkerglobalscope/fetch/index.html b/files/es/web/api/fetch/index.html index 9540fe5d05..0b2f38916a 100644 --- a/files/es/web/api/windoworworkerglobalscope/fetch/index.html +++ b/files/es/web/api/fetch/index.html @@ -1,6 +1,6 @@ --- title: WindowOrWorkerGlobalScope.fetch() -slug: Web/API/WindowOrWorkerGlobalScope/fetch +slug: Web/API/fetch tags: - API - Experimental @@ -12,6 +12,7 @@ tags: - metodo - solicitud translation_of: Web/API/WindowOrWorkerGlobalScope/fetch +original_slug: Web/API/WindowOrWorkerGlobalScope/fetch --- <div>{{APIRef("Fetch API")}}</div> diff --git a/files/es/web/api/windoworworkerglobalscope/indexeddb/index.html b/files/es/web/api/indexeddb/index.html index e6ef3fe5cd..6fa82a2310 100644 --- a/files/es/web/api/windoworworkerglobalscope/indexeddb/index.html +++ b/files/es/web/api/indexeddb/index.html @@ -1,7 +1,8 @@ --- title: WindowOrWorkerGlobalScope.indexedDB -slug: Web/API/WindowOrWorkerGlobalScope/indexedDB +slug: Web/API/indexedDB translation_of: Web/API/WindowOrWorkerGlobalScope/indexedDB +original_slug: Web/API/WindowOrWorkerGlobalScope/indexedDB --- <p>{{ APIRef() }}</p> diff --git a/files/es/web/api/windoworworkerglobalscope/issecurecontext/index.html b/files/es/web/api/issecurecontext/index.html index a99c499c7c..a1e631007e 100644 --- a/files/es/web/api/windoworworkerglobalscope/issecurecontext/index.html +++ b/files/es/web/api/issecurecontext/index.html @@ -1,7 +1,8 @@ --- title: WindowOrWorkerGlobalScope.isSecureContext -slug: Web/API/WindowOrWorkerGlobalScope/isSecureContext +slug: Web/API/isSecureContext translation_of: Web/API/WindowOrWorkerGlobalScope/isSecureContext +original_slug: Web/API/WindowOrWorkerGlobalScope/isSecureContext --- <p>{{APIRef()}}{{SeeCompatTable}}</p> diff --git a/files/es/web/api/windoworworkerglobalscope/setinterval/index.html b/files/es/web/api/setinterval/index.html index a00e4b2c93..381711900a 100644 --- a/files/es/web/api/windoworworkerglobalscope/setinterval/index.html +++ b/files/es/web/api/setinterval/index.html @@ -1,6 +1,6 @@ --- title: WindowTimers.setInterval() -slug: Web/API/WindowOrWorkerGlobalScope/setInterval +slug: Web/API/setInterval tags: - API - DOM @@ -12,7 +12,7 @@ tags: - WindowTimers - setInterval translation_of: Web/API/WindowOrWorkerGlobalScope/setInterval -original_slug: Web/API/WindowTimers/setInterval +original_slug: Web/API/WindowOrWorkerGlobalScope/setInterval --- <div>{{APIRef("HTML DOM")}}</div> diff --git a/files/es/web/api/windoworworkerglobalscope/settimeout/index.html b/files/es/web/api/settimeout/index.html index 7b15ffa392..aa531c471d 100644 --- a/files/es/web/api/windoworworkerglobalscope/settimeout/index.html +++ b/files/es/web/api/settimeout/index.html @@ -1,13 +1,13 @@ --- title: WindowOrWorkerGlobalScope.setTimeout -slug: Web/API/WindowOrWorkerGlobalScope/setTimeout +slug: Web/API/setTimeout tags: - API - HTML DOM - WindowOrWorkerGlobalScope - setTimeout translation_of: Web/API/WindowOrWorkerGlobalScope/setTimeout -original_slug: Web/API/WindowTimers/setTimeout +original_slug: Web/API/WindowOrWorkerGlobalScope/setTimeout --- <div>{{APIRef("HTML DOM")}}</div> |