aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/javascript/reference/global_objects/promise/then/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/javascript/reference/global_objects/promise/then/index.html')
-rw-r--r--files/es/web/javascript/reference/global_objects/promise/then/index.html2
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>