Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 04cefd7

Browse files
authored
Note that proposal is finished
1 parent 56c5a23 commit 04cefd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
**This proposal has been accepted and [merged into the main specification](https://github.com/tc39/ecma262/pull/1791). This repository exists only for historical interest.**
2+
13
# Specifying for-in enumeration order
24

35
(Partially.)
46

57
ECMA-262 leaves the order of `for (a in b) ...` [almost totally unspecified](https://tc39.github.io/ecma262/#sec-enumerate-object-properties), but real engines tend to be consistent in at least some cases. Furthermore, over the years implementations have observed that anyone who wants to run code on the web needs to follow some constraints not captured by the spec.
68

7-
This is a [stage 3 proposal](https://tc39.github.io/process-document/) to begin fixing that.
9+
This is a [stage 4 (finished) proposal](https://tc39.github.io/process-document/) to begin fixing that.
810

911
## Background
1012

0 commit comments

Comments
 (0)