-
### Affected URL(s)
https://nodejs.org/docs/latest/api/url.html
### Description of the problem
the history info of the two features doesn't mention these changes below
`URLSearchParams` co…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON
### What specific section or headline is this issue about?
JSON structure
### What information was incorrect, unh…
-
### What type of issue is this?
Other (typo fix)
### What information was incorrect, unhelpful, or incomplete?
The description about tabId for Firefox has a missing ending quote.
### Wha…
-
Version: Deno 2.0.4
According to MDN docs, Deno supports both `.transfer()` and `.transferToFixedLength()` while Node doesn't, and this is true when running the code, but the TypeScript linting doe…
-
This project aims to improve the following aspects of the existing [web/manifest](https://developer.mozilla.org/en-US/docs/Web/Manifest) docs:
- Incomplete/outdated content
- Insufficient code examp…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
### What specific section or headline is this issue about?
How Subresource Integrity helps
### What informat…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Glossary/SDP
### What specific section or headline is this issue about?
_No response_
### What information was incorrect, unhelpful, or incompl…
-
As mentioned in https://github.com/mdn/translated-content/issues/14373 we need to Create/Update all the pages under `mdn/writing_guidelines/` folder
- [x] https://developer.mozilla.org/es/docs/mdn/…
-
# 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…
-
I have an [HTML input element](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement "HTMLInputElement - Web APIs | MDN") whose type is file:
```html
```
Can I select a file to submit…