diff --git a/files/es/conflicting/web/api/element/click_event/index.md b/files/es/conflicting/web/api/element/click_event/index.md index dd121a8ed074d3..2e58edddbbbd06 100644 --- a/files/es/conflicting/web/api/element/click_event/index.md +++ b/files/es/conflicting/web/api/element/click_event/index.md @@ -2,6 +2,7 @@ title: GlobalEventHandlers.onclick slug: conflicting/Web/API/Element/click_event original_slug: Web/API/GlobalEventHandlers/onclick +browser-compat: api.Element.click_event --- {{ ApiRef("HTML DOM") }} @@ -69,6 +70,6 @@ Solo se puede asignar un controlador `click` a un objeto a la vez con esta propi {{Specifications}} -## Compatibilidad de Navegadores +## Compatibilidad con navegadores -{{Compat("api.GlobalEventHandlers.onclick")}} +{{Compat}} diff --git a/files/es/conflicting/web/api/element/keydown_event/index.md b/files/es/conflicting/web/api/element/keydown_event/index.md index f351c19c8ad557..8e4dc63750aa31 100644 --- a/files/es/conflicting/web/api/element/keydown_event/index.md +++ b/files/es/conflicting/web/api/element/keydown_event/index.md @@ -2,6 +2,7 @@ title: GlobalEventHandlers.onkeydown slug: conflicting/Web/API/Element/keydown_event original_slug: Web/API/GlobalEventHandlers/onkeydown +browser-compat: api.Element.keydown_event --- {{ApiRef("HTML DOM")}} @@ -24,4 +25,4 @@ El evento `keydown` se lanza cuando el usuario presiona una tecla. ## Compatibilidad con navegadores -{{Compat("api.GlobalEventHandlers.onkeydown")}} +{{Compat}} diff --git a/files/es/conflicting/web/api/element/keyup_event/index.md b/files/es/conflicting/web/api/element/keyup_event/index.md index b27848f786fcbe..867ddd9b54cbd4 100644 --- a/files/es/conflicting/web/api/element/keyup_event/index.md +++ b/files/es/conflicting/web/api/element/keyup_event/index.md @@ -2,6 +2,7 @@ title: GlobalEventHandlers.onkeyup slug: conflicting/Web/API/Element/keyup_event original_slug: Web/API/GlobalEventHandlers/onkeyup +browser-compat: api.Element.keyup_event --- {{ApiRef("HTML DOM")}} @@ -31,4 +32,4 @@ El evento keyup se lanza cuando el usuario suelta la tecla que ha sido presionad ## Compatibilidad con navegadores -{{Compat("api.GlobalEventHandlers.onkeyup")}} +{{Compat}} diff --git a/files/es/conflicting/web/api/htmlelement/change_event/index.md b/files/es/conflicting/web/api/htmlelement/change_event/index.md index dc01935eab8b7d..03116432b62fe8 100644 --- a/files/es/conflicting/web/api/htmlelement/change_event/index.md +++ b/files/es/conflicting/web/api/htmlelement/change_event/index.md @@ -2,6 +2,7 @@ title: GlobalEventHandlers.onchange slug: conflicting/Web/API/HTMLElement/change_event original_slug: Web/API/GlobalEventHandlers/onchange +browser-compat: api.HTMLElement.change_event --- {{ ApiRef("HTML DOM") }} @@ -27,6 +28,6 @@ Mira la documentación para el evento [`change`](/es/docs/Web/Reference/Events/c {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("api.GlobalEventHandlers.onchange")}} +{{Compat}} diff --git a/files/es/conflicting/web/api/htmlelement/input_event/index.md b/files/es/conflicting/web/api/htmlelement/input_event/index.md index 54790117e73615..637c37bbc27130 100644 --- a/files/es/conflicting/web/api/htmlelement/input_event/index.md +++ b/files/es/conflicting/web/api/htmlelement/input_event/index.md @@ -2,6 +2,7 @@ title: GlobalEventHandlers.oninput slug: conflicting/Web/API/HTMLElement/input_event original_slug: Web/API/GlobalEventHandlers/oninput +browser-compat: api.HTMLElement.input_event --- {{ ApiRef("HTML DOM") }} @@ -26,11 +27,11 @@ window.addEventListener('input', function (e) { ## Especificaciones -[HTML - APIs de elementos de entrada comunes (`input`)](http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#event-input-input) +{{Specifications}} ## Compatibilidad con navegadores -{{Compat("api.GlobalEventHandlers.oninput")}} +{{Compat}} ## Vea también diff --git a/files/es/conflicting/web/api/window/beforeunload_event/index.md b/files/es/conflicting/web/api/window/beforeunload_event/index.md index 49c7c06f26c186..d1b1bd0dc0c1de 100644 --- a/files/es/conflicting/web/api/window/beforeunload_event/index.md +++ b/files/es/conflicting/web/api/window/beforeunload_event/index.md @@ -2,6 +2,7 @@ title: Window.onbeforeunload slug: conflicting/Web/API/Window/beforeunload_event original_slug: Web/API/WindowEventHandlers/onbeforeunload +browser-compat: api.Window.beforeunload_event --- {{ApiRef}} @@ -36,14 +37,14 @@ Desde el 25 de mayo de 2011, los estados de la [especificación HTML5](http://ww Se _puede_ y se _debería_ controlar este evento con {{domxref("EventTarget.addEventListener","window.addEventListener()")}} y el [evento `beforeunload`](/es/docs/Mozilla_event_reference/beforeunload) (más información en los enlaces). -## Compatibilidad con los navegadores - -{{Compat("api.WindowEventHandlers.onbeforeunload")}} - ## Especificaciones {{Specifications}} +## Compatibilidad con navegadores + +{{Compat}} + ## Ver también - [MSDN: evento onbeforeunload]() (en inglés) diff --git a/files/es/conflicting/web/api/window/hashchange_event/index.md b/files/es/conflicting/web/api/window/hashchange_event/index.md index 630695e2074348..32f1a3552cafac 100644 --- a/files/es/conflicting/web/api/window/hashchange_event/index.md +++ b/files/es/conflicting/web/api/window/hashchange_event/index.md @@ -2,6 +2,7 @@ title: WindowEventHandlers.onhashchange slug: conflicting/Web/API/Window/hashchange_event original_slug: Web/API/WindowEventHandlers/onhashchange +browser-compat: api.Window.hashchange_event --- {{APIRef("HTML DOM")}} @@ -60,6 +61,6 @@ El evento `hashchange` enviado, tiene los siguientes campos: {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.WindowEventHandlers.onhashchange")}} +{{Compat}} diff --git a/files/es/conflicting/web/javascript/reference/global_objects/array/tostring/index.md b/files/es/conflicting/web/javascript/reference/global_objects/array/tostring/index.md index 1dca31a52280d8..8e8ecb1e8e5260 100644 --- a/files/es/conflicting/web/javascript/reference/global_objects/array/tostring/index.md +++ b/files/es/conflicting/web/javascript/reference/global_objects/array/tostring/index.md @@ -47,14 +47,6 @@ alpha.toSource(); //devuelve ['a', 'b', 'c'] ``` -## Especificaciones - -No hace parte de ningún estándar. Implementado en JavaScript 1.3. - -## Compatibilidad con navegadores - -{{Compat("javascript.builtins.Array.toSource")}} - ## Ver también - {{jsxref("Object.prototype.toSource()")}} diff --git a/files/es/conflicting/web/javascript/reference/global_objects/error/tostring/index.md b/files/es/conflicting/web/javascript/reference/global_objects/error/tostring/index.md index e80cde157f5669..76628482b3a54d 100644 --- a/files/es/conflicting/web/javascript/reference/global_objects/error/tostring/index.md +++ b/files/es/conflicting/web/javascript/reference/global_objects/error/tostring/index.md @@ -32,14 +32,6 @@ donde estos atributos corresponden a las propiedades respectivas de la instancia > **Nota:** Ten en cuenta que las propiedades utilizadas por el método `toSource` en la creación de esta cadena son mutables y es posible que no reflejen con precisión la función utilizada para crear una instancia de `error` o el nombre de archivo o número de línea donde ocurrió un error real. -## Especificaciones - -No forma parte de ningún estándar. - -## Compatibilidad del navegador - -{{Compat("javascript.builtins.Error.toSource")}} - ## Ve también - {{JSxRef("Error.prototype.fileName")}} diff --git a/files/es/conflicting/web/javascript/reference/global_objects/function/tostring/index.md b/files/es/conflicting/web/javascript/reference/global_objects/function/tostring/index.md index 61937a2e34ec54..99ac6031318c72 100644 --- a/files/es/conflicting/web/javascript/reference/global_objects/function/tostring/index.md +++ b/files/es/conflicting/web/javascript/reference/global_objects/function/tostring/index.md @@ -35,14 +35,6 @@ El método `toSource` devuelve los siguientes valores: Éste método es usado de forma interna por JavaScript y no explicitamente desde el código. Puedes usar `toSource` mientras depuras para examinar el contenido de un objeto. -## Especificaciones - -No está reflejado en ningún estándar. Implementaso en JavaScript 1.3. - -## Browser compatibility - -{{Compat("javascript.builtins.Function.toSource")}} - ## Ver también - {{jsxref("Object.prototype.toSource()")}} diff --git a/files/es/conflicting/web/javascript/reference/global_objects/object/tostring/index.md b/files/es/conflicting/web/javascript/reference/global_objects/object/tostring/index.md index 80ba163052d3de..1f1028471df1f6 100644 --- a/files/es/conflicting/web/javascript/reference/global_objects/object/tostring/index.md +++ b/files/es/conflicting/web/javascript/reference/global_objects/object/tostring/index.md @@ -110,14 +110,6 @@ theDog.toSource(); // returns ({name:"Gabby", breed:"Lab", color:"chocolate", sex:"female"}) ``` -## Especificaciones - -No es parte de ningún estándar. Implementado en JavaScript 1.3. - -## Compatibilidad en navegadores - -{{Compat("javascript.builtins.Object.toSource")}} - ## Ver también - {{jsxref("Object.prototype.toString()")}} diff --git a/files/es/conflicting/web/javascript/reference/global_objects/string/tostring/index.md b/files/es/conflicting/web/javascript/reference/global_objects/string/tostring/index.md index 71664660bba39c..e26fb88c5c70c4 100644 --- a/files/es/conflicting/web/javascript/reference/global_objects/string/tostring/index.md +++ b/files/es/conflicting/web/javascript/reference/global_objects/string/tostring/index.md @@ -2,6 +2,7 @@ title: String.prototype.toSource() slug: conflicting/Web/JavaScript/Reference/Global_Objects/String/toString original_slug: Web/JavaScript/Reference/Global_Objects/String/toSource +browser-compat: javascript.builtins.String.toString --- {{JSRef}} {{non-standard_header}} @@ -37,11 +38,11 @@ Este método usualmente es llamado internamente por JavaScript y no explícitame ## Especificaciones -No es parte de ningún estándar. Implementado en JavaScript 1.3. +{{Specifications}} -## Compatibilidad entre navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.toSource")}} +{{Compat}} ## Véase también diff --git a/files/es/conflicting/webassembly/javascript_interface/index.md b/files/es/conflicting/webassembly/javascript_interface/index.md index 916deb5b7ca63c..e858cf06f2fa6e 100644 --- a/files/es/conflicting/webassembly/javascript_interface/index.md +++ b/files/es/conflicting/webassembly/javascript_interface/index.md @@ -2,6 +2,7 @@ title: WebAssembly slug: conflicting/WebAssembly/JavaScript_interface original_slug: Web/JavaScript/Reference/Global_Objects/WebAssembly +browser-compat: javascript.builtins.WebAssembly --- {{JSRef}} @@ -76,9 +77,9 @@ fetch('simple.wasm').then(response => {{Specifications}} -## Compatibilidad de Navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.WebAssembly")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/functions/arguments/index.md b/files/es/web/javascript/reference/functions/arguments/index.md index 781a2627c24838..c968a5eedf8a3f 100644 --- a/files/es/web/javascript/reference/functions/arguments/index.md +++ b/files/es/web/javascript/reference/functions/arguments/index.md @@ -210,9 +210,9 @@ func(); // undefined {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.functions.arguments")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/functions/arguments/length/index.md b/files/es/web/javascript/reference/functions/arguments/length/index.md index 1d4cd649136328..dd2a1a87a63a9d 100644 --- a/files/es/web/javascript/reference/functions/arguments/length/index.md +++ b/files/es/web/javascript/reference/functions/arguments/length/index.md @@ -40,9 +40,9 @@ function adder(base /*, n2, ... */) { {{Specifications}} -## Compatibilidad con los navegadores +## Compatibilidad con navegadores -{{Compat("javascript.functions.arguments.length")}} +{{Compat}} ## Véase también diff --git a/files/es/web/javascript/reference/functions/arrow_functions/index.md b/files/es/web/javascript/reference/functions/arrow_functions/index.md index e909be0deeedbf..50eb920037a07a 100644 --- a/files/es/web/javascript/reference/functions/arrow_functions/index.md +++ b/files/es/web/javascript/reference/functions/arrow_functions/index.md @@ -537,9 +537,9 @@ setTimeout( () => { {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.functions.arrow_functions")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/functions/default_parameters/index.md b/files/es/web/javascript/reference/functions/default_parameters/index.md index 7f7a18971d3d0c..af7235324f0f3c 100644 --- a/files/es/web/javascript/reference/functions/default_parameters/index.md +++ b/files/es/web/javascript/reference/functions/default_parameters/index.md @@ -218,9 +218,9 @@ f() // 6 {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.functions.default_parameters")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/functions/get/index.md b/files/es/web/javascript/reference/functions/get/index.md index ecf32136d2bd04..346f3e4e648a6f 100644 --- a/files/es/web/javascript/reference/functions/get/index.md +++ b/files/es/web/javascript/reference/functions/get/index.md @@ -57,13 +57,13 @@ Note que intentar asignar un valor a `latest` no lo cambiará. delete o.latest; ``` -## Compatibilidad de navegadores +## Especificaciones -Basado en la página de [página de Robert Nyman](http://robertnyman.com/javascript/javascript-getters-setters.html#regular-getters-and-setters) +{{Specifications}} -Sin soporte (notablemente en IE6-8) significa que el script lanzará un error de sintaxis. +## Compatibilidad con navegadores -{{Compat("javascript.functions.get")}} +{{Compat}} ## Consulta también diff --git a/files/es/web/javascript/reference/functions/method_definitions/index.md b/files/es/web/javascript/reference/functions/method_definitions/index.md index 4ae846f1eeb503..4ac5d1acc66ea6 100644 --- a/files/es/web/javascript/reference/functions/method_definitions/index.md +++ b/files/es/web/javascript/reference/functions/method_definitions/index.md @@ -123,18 +123,7 @@ console.log(bar.foo2()); // 2 ## Compatibilidad con navegadores -{{Compat("javascript.functions.method_definitions")}} - -## Notas específicas para SpiderMonkey - -- Anteriormente a SpiderMonkey 38 (Firefox 38 / Thunderbird 38 / SeaMonkey 2.35), "`get`" y "`set`" eran nombres no válidos para métodos generadores. Esto ha sido corregido en {{bug(1073809)}}. -- Anteriormente a SpiderMonkey 41 (Firefox 41 / Thunderbird 41 / SeaMonkey 2.38), las llaves no eran requeridas en las definiciones de métodos. Estas son requeridas de ahora en adelante conforme a la especificación ES6 y su omisión arrojará un {{jsxref("SyntaxError")}} en esta versión y posteriores ({{bug(1150855)}}). - - ```js example-bad - var o = {x() 12}; // SyntaxError - ``` - -- La restricción de que sólo los métodos generadores sean constructores fue implementada en SpiderMonkey 41 (Firefox 41 / Thunderbird 41 / SeaMonkey 2.38). Ver también {{bug(1059908)}} y {{bug(1166950)}}. +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/functions/rest_parameters/index.md b/files/es/web/javascript/reference/functions/rest_parameters/index.md index f59b497de705a0..6002b3f807d371 100644 --- a/files/es/web/javascript/reference/functions/rest_parameters/index.md +++ b/files/es/web/javascript/reference/functions/rest_parameters/index.md @@ -189,9 +189,9 @@ Para poder usar los métodos de `Array` en el objeto `arguments`, se debe conver {{Specifications}} -## Compatibilidad en Navegadores +## Compatibilidad con navegadores -{{Compat("javascript.functions.rest_parameters")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/functions/set/index.md b/files/es/web/javascript/reference/functions/set/index.md index 0c0da6ed77580a..96240cd9f55372 100644 --- a/files/es/web/javascript/reference/functions/set/index.md +++ b/files/es/web/javascript/reference/functions/set/index.md @@ -104,12 +104,7 @@ console.log(obj.baz); // "baz" ## Compatibilidad con navegadores -{{Compat("javascript.functions.set")}} - -## Notas específicas para SpiderMonkey-specific - -- Comenzando con [JavaScript 1.8.1](/es/docs/Web/JavaScript/New_in_JavaScript/1.8.1), los setters ya no son llamados cuando se definen las propiedades en los inicializadores de objetos y arrays. -- De SpiderMonkey 38 en adelante, un setter con un {{jsxref("Functions/rest_parameters", "rest parameter", "", 1)}} es un {{jsxref("SyntaxError")}} conforme a la especificación ES6. +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/error/error/index.md b/files/es/web/javascript/reference/global_objects/error/error/index.md index 56321a217fc861..06b041885b298c 100644 --- a/files/es/web/javascript/reference/global_objects/error/error/index.md +++ b/files/es/web/javascript/reference/global_objects/error/error/index.md @@ -41,9 +41,9 @@ const y = new Error('¡Fui construido con la palabra clave "new"!') {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Error.Error")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/error/filename/index.md b/files/es/web/javascript/reference/global_objects/error/filename/index.md index aabb5b85da78a4..e2aecda0ab2b51 100644 --- a/files/es/web/javascript/reference/global_objects/error/filename/index.md +++ b/files/es/web/javascript/reference/global_objects/error/filename/index.md @@ -26,9 +26,9 @@ throw e; No forma parte de ningún estándar. -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Error.fileName")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/error/index.md b/files/es/web/javascript/reference/global_objects/error/index.md index 86b2a76f40542d..8992329e6cb99f 100644 --- a/files/es/web/javascript/reference/global_objects/error/index.md +++ b/files/es/web/javascript/reference/global_objects/error/index.md @@ -180,9 +180,9 @@ try { {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Error")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/error/message/index.md b/files/es/web/javascript/reference/global_objects/error/message/index.md index 2e6bfb7d1019cf..414e72d8f4f180 100644 --- a/files/es/web/javascript/reference/global_objects/error/message/index.md +++ b/files/es/web/javascript/reference/global_objects/error/message/index.md @@ -30,7 +30,7 @@ throw e; ## Compatibilidad con navegadores -{{Compat("javascript.builtins.Error.message")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/error/name/index.md b/files/es/web/javascript/reference/global_objects/error/name/index.md index 8ac38f1dd22290..032796b1a50847 100644 --- a/files/es/web/javascript/reference/global_objects/error/name/index.md +++ b/files/es/web/javascript/reference/global_objects/error/name/index.md @@ -28,9 +28,9 @@ throw e; {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Error.name")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/error/tostring/index.md b/files/es/web/javascript/reference/global_objects/error/tostring/index.md index 9ecc48f0e74025..671dbc3df217cf 100644 --- a/files/es/web/javascript/reference/global_objects/error/tostring/index.md +++ b/files/es/web/javascript/reference/global_objects/error/tostring/index.md @@ -73,9 +73,9 @@ console.log(e.toString()); // 'hola' {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Error.toString")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/eval/index.md b/files/es/web/javascript/reference/global_objects/eval/index.md index 59181257c3cdcb..b48eeee7d14b3c 100644 --- a/files/es/web/javascript/reference/global_objects/eval/index.md +++ b/files/es/web/javascript/reference/global_objects/eval/index.md @@ -225,23 +225,9 @@ var fct2 = eval(fctStr2) // deuelve una función {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.eval")}} - -## Observaciones específicas para Gecko - -- Históricamente `eval()` tenía un segundo argumento opcional, especificando un objeto en cuyo contexto la evaluación era ejecutada. Este argunmento no era estándar, y fue removido del _SpiderMonkey en_ Gecko 1.9.1 (Firefox 3.5). Vea {{bug(442333)}}. - -## Compatibilidad Hacia Atrás - -### JavaScript 1.3 y anteriores - -Puede usar `eval` indirectamente, aunque ésto está desaconsejado. - -### JavaScript 1.1 - -`eval` también es un método de todos los objetos. +{{Compat}} ## Vea También diff --git a/files/es/web/javascript/reference/global_objects/infinity/index.md b/files/es/web/javascript/reference/global_objects/infinity/index.md index 23a22c88ae48e8..9d88544db8ced9 100644 --- a/files/es/web/javascript/reference/global_objects/infinity/index.md +++ b/files/es/web/javascript/reference/global_objects/infinity/index.md @@ -32,7 +32,7 @@ Para la especificación ECMAScript 5, `Infinity` es de solo lectura (implementad ## Compatibilidad con navegadores -{{Compat("javascript.builtins.Infinity")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/internalerror/index.md b/files/es/web/javascript/reference/global_objects/internalerror/index.md index 73a31837751b64..dcebcacb9e2614 100644 --- a/files/es/web/javascript/reference/global_objects/internalerror/index.md +++ b/files/es/web/javascript/reference/global_objects/internalerror/index.md @@ -71,9 +71,9 @@ Para obtener más información, consulta {{JSxRef("Errors/Too_much_recursion", " No forma parte de ningún estándar. -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.InternalError")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/internalerror/internalerror/index.md b/files/es/web/javascript/reference/global_objects/internalerror/internalerror/index.md index a2d997065ae1ed..6e37c760ed64ce 100644 --- a/files/es/web/javascript/reference/global_objects/internalerror/internalerror/index.md +++ b/files/es/web/javascript/reference/global_objects/internalerror/internalerror/index.md @@ -35,9 +35,9 @@ new InternalError("Fallo del motor"); No forma parte de ningún estándar. -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.InternalError.InternalError")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/set/@@iterator/index.md b/files/es/web/javascript/reference/global_objects/set/@@iterator/index.md index de376ca4eb4f64..6d31b328027687 100644 --- a/files/es/web/javascript/reference/global_objects/set/@@iterator/index.md +++ b/files/es/web/javascript/reference/global_objects/set/@@iterator/index.md @@ -56,9 +56,9 @@ for (const v of mySet) { {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.@@iterator")}} +{{Compat}} ## Vea también diff --git a/files/es/web/javascript/reference/global_objects/set/add/index.md b/files/es/web/javascript/reference/global_objects/set/add/index.md index e3a99453ed9c71..856d382463f2e6 100644 --- a/files/es/web/javascript/reference/global_objects/set/add/index.md +++ b/files/es/web/javascript/reference/global_objects/set/add/index.md @@ -41,15 +41,11 @@ console.log(mySet); {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.add")}} +{{Compat}} -## Firefox-specific notes - -- Prior to Firefox 33 (Firefox 33 / Thunderbird 33 / SeaMonkey 2.30), `Set.prototype.add` returned `undefined` and was not chainable. This has been fixed ({{bug(1031632)}}). The behavior can be found in Chrome/v8 as well ([issue](https://code.google.com/p/v8/issues/detail?id=3410)). - -## See also +## Ver también - {{jsxref("Set")}} - {{jsxref("Set.prototype.delete()")}} diff --git a/files/es/web/javascript/reference/global_objects/set/clear/index.md b/files/es/web/javascript/reference/global_objects/set/clear/index.md index 5c80e57545c6c0..13e70d504063ae 100644 --- a/files/es/web/javascript/reference/global_objects/set/clear/index.md +++ b/files/es/web/javascript/reference/global_objects/set/clear/index.md @@ -40,9 +40,9 @@ mySet.has("bar") // false {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.clear")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/set/delete/index.md b/files/es/web/javascript/reference/global_objects/set/delete/index.md index fb2e480961afe7..659607a9da3b89 100644 --- a/files/es/web/javascript/reference/global_objects/set/delete/index.md +++ b/files/es/web/javascript/reference/global_objects/set/delete/index.md @@ -41,9 +41,9 @@ mySet.has("foo"); // Retorna false. El elemento "foo" ya no está presente. {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.delete")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/set/entries/index.md b/files/es/web/javascript/reference/global_objects/set/entries/index.md index b64e3f28271ee0..cbb2d57abfd20d 100644 --- a/files/es/web/javascript/reference/global_objects/set/entries/index.md +++ b/files/es/web/javascript/reference/global_objects/set/entries/index.md @@ -43,9 +43,9 @@ console.log(setIter.next().value); // ["baz", "baz"] {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.entries")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/set/has/index.md b/files/es/web/javascript/reference/global_objects/set/has/index.md index 1fe8cd1794d95d..797244d32d14f0 100644 --- a/files/es/web/javascript/reference/global_objects/set/has/index.md +++ b/files/es/web/javascript/reference/global_objects/set/has/index.md @@ -40,9 +40,9 @@ mySet.has("bar"); // retorna false {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.has")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/set/size/index.md b/files/es/web/javascript/reference/global_objects/set/size/index.md index 7ac0a0e2bb086d..1257fd9e11fd12 100644 --- a/files/es/web/javascript/reference/global_objects/set/size/index.md +++ b/files/es/web/javascript/reference/global_objects/set/size/index.md @@ -29,9 +29,9 @@ mySet.size; // 3 {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.size")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/set/values/index.md b/files/es/web/javascript/reference/global_objects/set/values/index.md index 802d6b8ac48481..7e96c6f6858b3d 100644 --- a/files/es/web/javascript/reference/global_objects/set/values/index.md +++ b/files/es/web/javascript/reference/global_objects/set/values/index.md @@ -43,10 +43,10 @@ console.log(setIter.next().value); // "baz" {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("javascript.builtins.Set.values")}} +{{Compat}} -## See also +## Ver también - {{jsxref("Set.prototype.entries()")}} diff --git a/files/es/web/javascript/reference/global_objects/string/charat/index.md b/files/es/web/javascript/reference/global_objects/string/charat/index.md index 7c6ab8d6bb37e1..fede55957b8cd7 100644 --- a/files/es/web/javascript/reference/global_objects/string/charat/index.md +++ b/files/es/web/javascript/reference/global_objects/string/charat/index.md @@ -57,9 +57,9 @@ El carácter en el índice 999 es '' {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.charAt")}} +{{Compat}} ## Vea También diff --git a/files/es/web/javascript/reference/global_objects/string/codepointat/index.md b/files/es/web/javascript/reference/global_objects/string/codepointat/index.md index e776fddaa4acfd..3562a2aa4f472c 100644 --- a/files/es/web/javascript/reference/global_objects/string/codepointat/index.md +++ b/files/es/web/javascript/reference/global_objects/string/codepointat/index.md @@ -94,9 +94,9 @@ if (!String.prototype.codePointAt) { {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.codePointAt")}} +{{Compat}} ## See also diff --git a/files/es/web/javascript/reference/global_objects/string/endswith/index.md b/files/es/web/javascript/reference/global_objects/string/endswith/index.md index b1451f00ee342a..7bc699e114124e 100644 --- a/files/es/web/javascript/reference/global_objects/string/endswith/index.md +++ b/files/es/web/javascript/reference/global_objects/string/endswith/index.md @@ -62,9 +62,9 @@ console.log(str.endsWith('to be', 19)) // true {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.endsWith")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/fromcharcode/index.md b/files/es/web/javascript/reference/global_objects/string/fromcharcode/index.md index 87bed319ba3f8e..5276da3fbbc8c6 100644 --- a/files/es/web/javascript/reference/global_objects/string/fromcharcode/index.md +++ b/files/es/web/javascript/reference/global_objects/string/fromcharcode/index.md @@ -41,9 +41,9 @@ String.fromCharCode(65,66,67) {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.fromCharCode")}} +{{Compat}} ## Vea También diff --git a/files/es/web/javascript/reference/global_objects/string/fromcodepoint/index.md b/files/es/web/javascript/reference/global_objects/string/fromcodepoint/index.md index 9490c8c2dafe8b..c7a43896b6c1cc 100644 --- a/files/es/web/javascript/reference/global_objects/string/fromcodepoint/index.md +++ b/files/es/web/javascript/reference/global_objects/string/fromcodepoint/index.md @@ -131,9 +131,9 @@ if (!String.fromCodePoint) { {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.fromCodePoint")}} +{{Compat}} ## See also diff --git a/files/es/web/javascript/reference/global_objects/string/includes/index.md b/files/es/web/javascript/reference/global_objects/string/includes/index.md index c6d5f44c9c3db5..3a8aeb4e3d8345 100644 --- a/files/es/web/javascript/reference/global_objects/string/includes/index.md +++ b/files/es/web/javascript/reference/global_objects/string/includes/index.md @@ -78,9 +78,9 @@ console.log(str.includes('')) // true {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.includes")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/index.md b/files/es/web/javascript/reference/global_objects/string/index.md index 0176a99c1905fb..aa77193fe8118a 100644 --- a/files/es/web/javascript/reference/global_objects/string/index.md +++ b/files/es/web/javascript/reference/global_objects/string/index.md @@ -26,7 +26,7 @@ const string4 = new String("Un objeto String"); Las `string`s primitivas y los objetos `string` se pueden usar indistintamente en la mayoría de las situaciones. Consulta "[Primitivas `String` y objetos `String`](#Primitivas_string_y_objetos_string)" a continuación. -Los cadena literales se pueden especificar usando comillas simples o dobles, que se tratan de manera idéntica, o usando el carácter de comilla invertida `. Esta última forma especifica una [Plantilla literal](/es/docs/Web/JavaScript/Reference/Template_literals): con esta forma puedes interpolar expresiones. +Los cadena literales se pueden especificar usando comillas simples o dobles, que se tratan de manera idéntica, o usando el carácter de comilla invertida \`. Esta última forma especifica una [Plantilla literal](/es/docs/Web/JavaScript/Reference/Template_literals): con esta forma puedes interpolar expresiones. ### Acceder a un caracter @@ -288,9 +288,9 @@ for (let i = 0, n = inputValues.length; i < n; ++i) { {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String")}} +{{Compat}} ## Ve también diff --git a/files/es/web/javascript/reference/global_objects/string/length/index.md b/files/es/web/javascript/reference/global_objects/string/length/index.md index 65eb65191e19cd..a092ddab73c948 100644 --- a/files/es/web/javascript/reference/global_objects/string/length/index.md +++ b/files/es/web/javascript/reference/global_objects/string/length/index.md @@ -56,7 +56,7 @@ console.log(myString); ## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.length")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/matchall/index.md b/files/es/web/javascript/reference/global_objects/string/matchall/index.md index 7c7a5b6e14a179..e70976efcc4cd0 100644 --- a/files/es/web/javascript/reference/global_objects/string/matchall/index.md +++ b/files/es/web/javascript/reference/global_objects/string/matchall/index.md @@ -108,9 +108,9 @@ array[1]; {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.matchAll")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/normalize/index.md b/files/es/web/javascript/reference/global_objects/string/normalize/index.md index baf1758f49dc15..4d55dca273e7a2 100644 --- a/files/es/web/javascript/reference/global_objects/string/normalize/index.md +++ b/files/es/web/javascript/reference/global_objects/string/normalize/index.md @@ -82,9 +82,9 @@ str.normalize('NFKD'); // '\u0073\u0323\u0307' {{Specifications}} -## Compatibilidad de Navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.normalize")}} +{{Compat}} ## Vea también diff --git a/files/es/web/javascript/reference/global_objects/string/padstart/index.md b/files/es/web/javascript/reference/global_objects/string/padstart/index.md index 354344ce7c4dec..8114d378280149 100644 --- a/files/es/web/javascript/reference/global_objects/string/padstart/index.md +++ b/files/es/web/javascript/reference/global_objects/string/padstart/index.md @@ -35,11 +35,11 @@ Un {{jsxref("String")}} de la longitud específicada con la cadena de relleno ap ## Especificaciones -Este método aún no ha alcanzado el estándar ECMAScript. Actualmente es una [propuesta para ECMAScript](https://github.com/tc39/proposal-string-pad-start-end). +{{Specifications}} ## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.padStart")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/raw/index.md b/files/es/web/javascript/reference/global_objects/string/raw/index.md index 60e7dd13f0af89..502e0638e3f733 100644 --- a/files/es/web/javascript/reference/global_objects/string/raw/index.md +++ b/files/es/web/javascript/reference/global_objects/string/raw/index.md @@ -77,9 +77,9 @@ String.raw({ {{Specifications}} -## Compatibilidad de navegador +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.raw")}} +{{Compat}} ## Tambien ver diff --git a/files/es/web/javascript/reference/global_objects/string/search/index.md b/files/es/web/javascript/reference/global_objects/string/search/index.md index 7cee846a559db8..1b5516cc9727fd 100644 --- a/files/es/web/javascript/reference/global_objects/string/search/index.md +++ b/files/es/web/javascript/reference/global_objects/string/search/index.md @@ -53,14 +53,7 @@ function testinput(re, str) { ## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.search")}} - -## Notas específicas de Gecko - -- Antes de Gecko 8.0, `search()` estaba mal implementado; cuando se invocaba sin parámetros o con {{jsxref("undefined")}}, buscaría coincidencias con la cadena 'undefined' en lugar de la cadena vacía. Esto está corregido; ahora `'a'.search()` y `'a'.search(undefined)` devuelven correctamente un 0. -- Desde Gecko 39 (Firefox 39 / Thunderbird 39 / SeaMonkey 2.36), el argumento no estándar `flags` está obsoleto y muestra un aviso en la consola ({{bug(1142351)}}). -- Desde Gecko 47 (Firefox 47 / Thunderbird 47 / SeaMonkey 2.44), el argumento no estándar `flags` no es soportado en compilaciones que no sean lanzamientos y pronto serán eliminadas por completo ({{bug(1245801)}}). -- Desde Gecko 49 (Firefox 49 / Thunderbird 49 / SeaMonkey 2.46), el argumento no estándar `flags` no es soportado ({{bug(1108382)}}). +{{Compat}} ## Vea también diff --git a/files/es/web/javascript/reference/global_objects/string/slice/index.md b/files/es/web/javascript/reference/global_objects/string/slice/index.md index 0a05e39a57dbed..9abba3017c153e 100644 --- a/files/es/web/javascript/reference/global_objects/string/slice/index.md +++ b/files/es/web/javascript/reference/global_objects/string/slice/index.md @@ -69,9 +69,9 @@ cad.slice(0, -1); // retorna 'La mañana se nos echa encima' {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.slice")}} +{{Compat}} ## Vea También diff --git a/files/es/web/javascript/reference/global_objects/string/startswith/index.md b/files/es/web/javascript/reference/global_objects/string/startswith/index.md index b4d6c593d55771..a69350bbdbc4b7 100644 --- a/files/es/web/javascript/reference/global_objects/string/startswith/index.md +++ b/files/es/web/javascript/reference/global_objects/string/startswith/index.md @@ -65,9 +65,9 @@ console.log(str.startsWith('Esa es la', 16)); // true {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.startsWith")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.md b/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.md index a4c08ea2a12783..917b6ee8f858ed 100644 --- a/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.md +++ b/files/es/web/javascript/reference/global_objects/string/tolocalelowercase/index.md @@ -52,9 +52,9 @@ let locales = ['tr', 'TR', 'tr-TR', 'tr-u-co-search', 'tr-x-turkish']; {{Specifications}} -## Compatibilidad entre navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.toLocaleLowerCase")}} +{{Compat}} ## Vea también diff --git a/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.md b/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.md index db952b3fb98128..fec91f4e43705d 100644 --- a/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.md +++ b/files/es/web/javascript/reference/global_objects/string/tolocaleuppercase/index.md @@ -51,9 +51,9 @@ let locales = ['lt', 'LT', 'lt-LT', 'lt-u-co-phonebk', 'lt-x-lietuva']; {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.toLocaleUpperCase")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/trim/index.md b/files/es/web/javascript/reference/global_objects/string/trim/index.md index 8c1ee8e6fa805a..874c7dc61644ff 100644 --- a/files/es/web/javascript/reference/global_objects/string/trim/index.md +++ b/files/es/web/javascript/reference/global_objects/string/trim/index.md @@ -58,9 +58,9 @@ if (!String.prototype.trim) { {{Specifications}} -## Compatibilidad en Navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.trim")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/string/trimend/index.md b/files/es/web/javascript/reference/global_objects/string/trimend/index.md index b2e177c5248274..cc500bed027bec 100644 --- a/files/es/web/javascript/reference/global_objects/string/trimend/index.md +++ b/files/es/web/javascript/reference/global_objects/string/trimend/index.md @@ -53,9 +53,9 @@ console.log(str); // ' foo' {{Specifications}} -## Compatibilidad en Navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.String.trimEnd")}} +{{Compat}} ## Ver también diff --git a/files/es/web/javascript/reference/global_objects/unescape/index.md b/files/es/web/javascript/reference/global_objects/unescape/index.md index 74132d87820c30..431f565851b276 100644 --- a/files/es/web/javascript/reference/global_objects/unescape/index.md +++ b/files/es/web/javascript/reference/global_objects/unescape/index.md @@ -37,11 +37,11 @@ unescape("%u0107"); // "ć" {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("javascript.builtins.unescape")}} +{{Compat}} -## See also +## Ver tambien - {{jsxref("decodeURI")}} - {{jsxref("decodeURIComponent")}} diff --git a/files/es/webassembly/index.md b/files/es/webassembly/index.md index 22823e635adf2d..5c5481a79725b6 100644 --- a/files/es/webassembly/index.md +++ b/files/es/webassembly/index.md @@ -70,7 +70,7 @@ Y lo mejor es que está siendo desarrollado como un estándar web a través del ## Compatibilidad con navegadores -{{Compat("javascript.builtins.WebAssembly")}} +{{Compat}} ## Ver también diff --git a/files/es/webassembly/javascript_interface/index.md b/files/es/webassembly/javascript_interface/index.md index 70c04042f846fa..01e2a95ac1c03c 100644 --- a/files/es/webassembly/javascript_interface/index.md +++ b/files/es/webassembly/javascript_interface/index.md @@ -76,9 +76,9 @@ fetch('simple.wasm').then(response => {{Specifications}} -## Compatibilidad de Navegadores +## Compatibilidad con navegadores -{{Compat("javascript.builtins.WebAssembly")}} +{{Compat}} ## Ver también