-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(http): Refresh headers ~[s->x] (#36862)
* chore(http): Refresh headers s, source map glossary * chore(http): Refresh headers s, source map glossary * chore(http): Typo * chore(http): Delete Want-Digest header * chore(http): Updates to headers pages * chore(http): Updates to headers pages * chore(http): Updates to headers pages * chore(http): Updates to headers pages * chore(http): Updates to headers pages * chore(http): Updates to headers pages * chore(http): Reduce noise in PR * Update files/en-us/glossary/source_map/index.md * chore(HTTP): Fix common macro typo, improve syntax section * chore(HTTP): Some fixes for chunked encoding * chore(HTTP): Some fixes for www-authenticate * chore(HTTP): Some fixes for proxy auth, don't deploy HTTP headers * chore(HTTP): Remove compat data from prose * chore(HTTP): Be more strict about client IPs in request chain * Update files/en-us/web/http/headers/proxy-authenticate/index.md Co-authored-by: Hamish Willee <[email protected]> * chore(http): improvements following reviewer feedback * chore(http): improvements following reviewer feedback --------- Co-authored-by: Hamish Willee <[email protected]>
- Loading branch information
1 parent
fa17d0e
commit ed04138
Showing
47 changed files
with
850 additions
and
601 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Source map | ||
slug: Glossary/Source_map | ||
page-type: glossary-definition | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
A **source map** is a file that maps between minified or transformed code received by the browser and its original unmodified form, allowing the original code to be reconstructed and used when debugging. | ||
|
||
The JavaScript code executed by the browser has often been transformed in some way from the original source created by a developer. | ||
For example, sources are often combined and minified to make delivering them from the server more efficient. | ||
Additionally, JavaScript running on a page is often machine-generated, such as compiled from a language like TypeScript. | ||
|
||
In these situations, debugging the original source is much easier than the source in the transformed state that the browser has downloaded. | ||
|
||
## See also | ||
|
||
- HTTP {{HTTPHeader("SourceMap")}} response header | ||
- [Firefox Developer Tools: using a source map](https://firefox-source-docs.mozilla.org/devtools-user/debugger/how_to/use_a_source_map/index.html) |
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.