Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tc39-atomics-microwait #1533

Closed
browser-specs-bot opened this issue Oct 14, 2024 · 2 comments · Fixed by #1546
Closed

Add tc39-atomics-microwait #1533

browser-specs-bot opened this issue Oct 14, 2024 · 2 comments · Fixed by #1546
Labels
new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

URL

https://tc39.es/proposal-atomics-microwait/

Rationale

Additional properties

{}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Oct 14, 2024
@browser-specs-bot
Copy link
Collaborator Author

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "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"
}

Tests

These changes look good! 😎

@tidoust
Copy link
Member

tidoust commented Nov 5, 2024

@browser-specs-bot pr

github-actions bot pushed a commit that referenced this issue Nov 5, 2024
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! 😎
@tidoust tidoust closed this as completed in fcb4bf2 Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new spec Suggestion to add a new spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants