Skip to content

Commit

Permalink
Add Atomics.pause (#1546)
Browse files Browse the repository at this point in the history
Close #1533, adding the suggested spec to the list.

### Changes to `index.json`
This update would trigger the following changes in `index.json`:

<details><summary>Add spec (1)</summary>

```json
{
  "url": "https://tc39.es/proposal-atomics-microwait/",
  "seriesComposition": "full",
  "shortname": "tc39-atomics-microwait",
  "series": {
    "shortname": "tc39-atomics-microwait",
    "currentSpecification": "tc39-atomics-microwait",
    "title": "Atomics.pause",
    "shortTitle": "Atomics.pause",
    "nightlyUrl": "https://tc39.es/proposal-atomics-microwait/"
  },
  "organization": "Ecma International",
  "groups": [
    {
      "name": "TC39",
      "url": "https://tc39.es/"
    }
  ],
  "nightly": {
    "url": "https://tc39.es/proposal-atomics-microwait/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/tc39/proposal-atomics-microwait",
    "sourcePath": "spec/index.html",
    "filename": "index.html"
  },
  "title": "Atomics.pause",
  "source": "spec",
  "shortTitle": "Atomics.pause",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎

Co-authored-by: browser-specs-bot <>
  • Loading branch information
browser-specs-bot authored Nov 5, 2024
1 parent 029317c commit fcb4bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
]
},
"https://tc39.es/proposal-async-explicit-resource-management/",
"https://tc39.es/proposal-atomics-microwait/",
{
"url": "https://tc39.es/proposal-atomics-wait-async/",
"standing": "discontinued",
Expand Down

0 comments on commit fcb4bf2

Please sign in to comment.