Joshua Chen
Joshua Chen
### Description Adding on to https://github.com/mdn/content/pull/22180. Consistently explain how the parameters are normalized in all edge cases. ### Motivation ### Additional details ### Related issues and pull requests
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Motivation Writing the docusaurus.config.js file is very tedious, especially if...
## Motivation Fix #2407. The current approach doesn't look clean enough because we need to check local storage on every route transition, but otherwise, the tracking only starts after the...
## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [ ] **If this is a code change**: I have written unit tests and/or added...
## 🚀 Feature Front matter should accept both a simple option: ```md --- hide_table_of_contents: true --- ``` Or an object: ```md --- hide_table_of_contents: mobile: true desktop: false --- ``` ###...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Description The current showcase UI is great, and we don't...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Motivation A more solid proposal derived from #4625. I propose...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share ### What specific section or headline is this issue about? Sharing a URL ### What information was incorrect, unhelpful, or incomplete? Example shows "Error: NotAllowedError: Third-party...
## What is the new suggestion? A new guide section introducing `Atomics`, `SharedArrayBuffer`, and possibly workers/`postMessage`. ## Why is it important or useful? We have pages like `SharedArrayBuffer` and `Atomics`...
Currently, https://tc39.es/ecma262/#sec-properties-of-aggregate-error-instances does not list any property other than internal slots. However, `errors` is unconditionally added as a property by the constructor, so it probably should be mentioned as a...