diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:40:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 12:40:08 -0400 |
| commit | 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 (patch) | |
| tree | caed5699c8b6dbf1fe2652a72a73db80d1484f02 /files/es/web/javascript/reference/global_objects/promise | |
| parent | eeabcbf0e107e100c886027610f97045de548b0d (diff) | |
| download | translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.gz translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.bz2 translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.zip | |
remove wiki.developer.mozilla.org links (es) (#1443)
Part of #1440
Diffstat (limited to 'files/es/web/javascript/reference/global_objects/promise')
| -rw-r--r-- | files/es/web/javascript/reference/global_objects/promise/then/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/javascript/reference/global_objects/promise/then/index.html b/files/es/web/javascript/reference/global_objects/promise/then/index.html index 3a250f54b7..4a6976ee2b 100644 --- a/files/es/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/es/web/javascript/reference/global_objects/promise/then/index.html @@ -247,7 +247,7 @@ p3.then(funcion(v) { }); </pre> -<h3 id="window.setImmediate_estilo_polyfill_basado_en_promesas"><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate" title="This method is used to break up long running operations and run a callback function immediately after the browser has completed other operations such as events and display updates."><code>window.setImmediate</code></a> estilo polyfill basado en promesas</h3> +<h3 id="window.setImmediate_estilo_polyfill_basado_en_promesas"><a href="/en-US/docs/Web/API/Window/setImmediate" title="This method is used to break up long running operations and run a callback function immediately after the browser has completed other operations such as events and display updates."><code>window.setImmediate</code></a> estilo polyfill basado en promesas</h3> <p>Usar un método {{jsxref("Function.prototype.bind()")}}<code>Reflect.apply</code> ({{jsxref("Reflect.apply()")}}) para crear un (non-cancellable) setImmediate-style function.</p> |
