-
Updated
Oct 25, 2020
ES6
ECMAScript is the standardization of script languages, including JavaScript. ECMA stands for the European Computer Manufacturer's Association.
Here are 11,965 public repositories matching this topic...
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
May 7, 2020
-
Updated
Oct 20, 2020
-
Updated
Nov 12, 2020 - Go
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
Our login forms are on multiple pages and we can help autofill detect correct inputs with autocomplete="current-password" and autocomplete="username".
Explicitly defining an input element’s autocomplete value lets you support login workflows that couldn’t otherwise be detected by Password AutoFill’s heuristics. For example, the heuristics assume the user name and password inputs are on th
-
Updated
Nov 12, 2020 - PHP
loadimpact / k6
K6 http.post method isn't correctly encoding a list of values assigned to a key in an object.
const form_data = {
comment: "Hello world!",
topping: [
'onion',
'bacon',
'cheese'
]
};The simplest way to see this is to run the sample at
https://github.com/loadimpact/k6/blob/master/samples/html_form_post.js and note that it fails.
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Aug 9, 2020 - JavaScript
Created by Brendan Eich, Ecma International
Released 1997
- Organization
- tc39
- Website
- www.ecma-international.org
- Wikipedia
- Wikipedia




Since we are now only building Babel on Node.js 14 (even if we still test it on Node.js 6), we can use native ECMAScript modules for the build scripts:
There are a bunch of scripts/tests in the
scriptsfolder: they can probably all be rewritten to ES modules.We can probably add
"type": "module"to the top