-
### What type of issue is this?
Schema issue
### What is the issue?
Currently it's possible to add a browser release without adding an engine_version field.
### What behavior were you expecting?
…
-
The current implementation of the `plausible-tracker` uses the common [XMLHttpRequest](https://github.com/plausible/plausible-tracker/blob/master/src/lib/request.ts#L61) for submitting analytics data.…
-
# Creating MDN documentation for the Async Iteration proposal
#### Adapted from Florian Scholz's [notes](https://bugzilla.mozilla.org/show_bug.cgi?id=1483152).
## Iteration protocol reference page…
-
Splitting a string normally leaves out the delimiters.
> "a and b or c".split(/and|or/)
["a ", " b ", " c"]
But grouping-parentheses in a regular expression preserves them in the odd-nu…
-
Likely [w3c/webref](https://github.com/w3c/webref) and [mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), see [vscode-custom-data](https://github.com/microsoft/vscode-custom-data?t…
-
It would be very helpful for tools and analytics to providers to have an easily parsed mapping of each release version of a given browser to a Baseline year. We could do very deep nesting by year wit…
-
Originally proposed by @Shinigami92 here: https://github.com/web-platform-dx/web-features/issues/536#issuecomment-1907286653
> https://github.com/web-platform-dx/web-features/tree/main/feature-grou…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
babel-loader (webpack)
### Input code
```js
[a, b] = [];
c = [[...[1,2,3]]];
```
### Configuration file n…
-
It would be great to see the current implementation status of different browsers. I've created a spreadsheet that I would like to link and that can be found at:
https://docs.google.com/spreadsheets…
-
### What type of issue is this?
Request to add a new browser
### What information was incorrect, unhelpful, or incomplete?
I was experimenting today with Bun and it actually includes fetch by…