Skip to content

Conversation

@codersjj
Copy link
Contributor

@codersjj codersjj commented Jan 29, 2026

Description

Mention the payload limit of 64 KiB for sendBeacon().

Motivation

Additional details

Related issues and pull requests

Fixes #42932

Relates to mdn/browser-compat-data#20721, #42957

@codersjj codersjj requested a review from a team as a code owner January 29, 2026 04:44
@codersjj codersjj requested review from sideshowbarker and removed request for a team January 29, 2026 04:44
@github-actions github-actions bot added Content:WebAPI Web API docs size/xs [PR only] 0-5 LoC changed labels Jan 29, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 29, 2026

Preview URLs (1 page)

(comment last updated: 2026-01-30 02:51:02)

@Josh-Cena Josh-Cena requested a review from wbamberg January 29, 2026 14:53
Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

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

The limitation should be added to the documentation for the data parameter, not here, and does not need to link to the Fetch spec: it should just be described as a limitation of this API.

@codersjj
Copy link
Contributor Author

The limitation should be added to the documentation for the data parameter, not here, and does not need to link to the Fetch spec: it should just be described as a limitation of this API.

That makes sense, the 64 KiB limit belongs under the data parameter rather than the return value. I'll move it there with a clear, concise note.

@github-actions github-actions bot added size/s [PR only] 6-50 LoC changed and removed size/xs [PR only] 0-5 LoC changed labels Jan 30, 2026
@codersjj codersjj requested a review from wbamberg January 30, 2026 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

navigator.sendBeacon() page doesn't mention payload limit

2 participants