-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
feat(http): Replace usage of "payload" with "content" #35063
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
Content:HTTP
HTTP docs
Content:Glossary
Glossary entries
labels
Jul 25, 2024
bsmth
changed the title
feat(http): Replace usage of payload content
feat(http): Replace usage of "payload" with content
Jul 25, 2024
bsmth
changed the title
feat(http): Replace usage of "payload" with content
feat(http): Replace usage of "payload" with "content"
Jul 25, 2024
* Fixed instanceof summary to better match instance of page * Update files/en-us/web/javascript/guide/expressions_and_operators/index.md --------- Co-authored-by: Joshua Chen <[email protected]>
This pull request has merge conflicts that must be resolved before it can be merged. |
Bumps [husky](https://github.com/typicode/husky) from 9.1.1 to 9.1.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.1...v9.1.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Convert noteblocks for learn/forms folder This PR converts the noteblocks for the 'learn/forms' folder to GFM syntax, using a [conversion script](https://github.com/queengooborg/mdn-toolkit/blob/main/upgrade-noteblock.js). * Fix formatting
… (mdn#35006) * Updates api/element/Element:QuerySelectorAll() example, fixes mdn#35003 * feat: remove unused example * Update index.md * Update files/en-us/web/api/element/queryselectorall/index.md --------- Co-authored-by: Joshua Chen <[email protected]>
* Convert noteblocks for learn/html folder This PR converts the noteblocks for the 'learn/html' folder to GFM syntax, using a [conversion script](https://github.com/queengooborg/mdn-toolkit/blob/main/upgrade-noteblock.js). * Fix formatting * Update files/en-us/learn/html/introduction_to_html/debugging_html/index.md --------- Co-authored-by: Estelle Weyl <[email protected]>
bsmth
removed request for
pepelsbey,
Rob--W,
sideshowbarker,
chrisdavidmills and
scottaohara
August 6, 2024 10:29
bsmth
added
Content:HTTP
HTTP docs
and removed
Content:CSS
Cascading Style Sheets docs
Content:WebExt
WebExtensions docs
Content:WebAPI
Web API docs
Content:Learn
Learning area docs
Content:Other
Any docs not covered by another "Content:" label
Content:Accessibility
Accessibility docs
Content:Learn:Django
Learning area Django docs
Content:Learn:Express
Learning area Express docs
Content:Glossary
Glossary entries
Content:Games
Games docs
Content:Learn:Client-side
Content under “Client-side JavaScript frameworks” (Svelte, React, Angular, Vue) and related subtrees
Content:Learn:JavaScript
Learning area JavaScript docs
Content:Firefox
Content in the Mozilla/Firefox subtree
Content:Meta
Content in the meta docs
Content:Learn:CSS
Learning area CSS docs
Content:Learn:HTML
Learning area HTML docs
Content:Learn:Accessibility
Accessibility documentation in the Learn Area
Content:Learn:Forms
Learning area Forms docs
Content:Learn:Cross-Browser-Testing
Learning area Cross-Browser-Testing docs
merge conflicts 🚧
[PR only]
Content:Learn:GitHub
system
[PR only] Infrastructure and configuration for the project
labels
Aug 6, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a maintenance PR part of work to refresh HTTP docs.
Fixes #20741 which looks like a simple change, but it's trickier because we have to be more abstract to encompass HTTP/1.1 -> HTTP/3 concepts.
Changes:
Payload_body
->HTTP_Content
Payload_header
->Content_header
Motivation
Keeping content up-to-date and useful.
Related issues and pull requests: