Skip to content
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

complete {{Glossary("General header")}} #37570

Closed
wants to merge 2 commits into from
Closed

Conversation

duangsuse
Copy link

Description

complete {{Glossary("General header")}} list

Motivation

common Headers in both (req,resp)=> can be helpful when debugging

Additional details

Related issues and pull requests

@duangsuse duangsuse requested review from a team as code owners January 9, 2025 10:44
@duangsuse duangsuse requested review from hamishwillee and removed request for a team January 9, 2025 10:44
@github-actions github-actions bot added Content:HTTP HTTP docs Content:Glossary Glossary entries size/s [PR only] 6-50 LoC changed labels Jan 9, 2025
Comment on lines +19 to +20
$$=$$ ; $=$
a=[],user="mdn/content"; (pgNext=()=>{a.push(...$$(`[title^="${user}"]`).map(e=>/([^/]*)\/[^/]*$/.exec(e.innerText)[1])); $('[rel=next]')?.click (setTimeout(pgNext,1000))})()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
$$=$$ ; $=$
a=[],user="mdn/content"; (pgNext=()=>{a.push(...$$(`[title^="${user}"]`).map(e=>/([^/]*)\/[^/]*$/.exec(e.innerText)[1])); $('[rel=next]')?.click (setTimeout(pgNext,1000))})()
$$ = $$;
$ = $;
(a = []), (user = "mdn/content");
(pgNext = () => {
a.push(
...$$(`[title^="${user}"]`).map(
(e) => /([^/]*)\/[^/]*$/.exec(e.innerText)[1],
),
);
$("[rel=next]")?.click(setTimeout(pgNext, 1000));
})();

@wbamberg
Copy link
Collaborator

wbamberg commented Jan 9, 2025

Thanks for your PR, but I don't think this is really appropriate content for the page.

@wbamberg wbamberg closed this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Glossary Glossary entries Content:HTTP HTTP docs size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants