Skip to content

Add Exceptions section and Examples for the appendBuffer method of SourceBuffer #39216

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

low-perry
Copy link
Contributor

Description

Completed the Exceptions section of the SourceBuffer: appendBuffer() method.
Added examples for basic usage and exception handling.

Motivation

Additional details

Here the method is described
The algorithm which throws the errors

Related issues and pull requests

Fixes #36404

@low-perry low-perry requested a review from a team as a code owner April 21, 2025 13:34
@low-perry low-perry requested review from wbamberg and removed request for a team April 21, 2025 13:34
@github-actions github-actions bot added Content:WebAPI Web API docs size/m [PR only] 51-500 LoC changed labels Apr 21, 2025
Copy link
Contributor

github-actions bot commented Apr 21, 2025

Preview URLs

(comment last updated: 2025-04-21 15:08:08)

low-perry and others added 9 commits April 21, 2025 15:36
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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/m [PR only] 51-500 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SourceBuffer.appendBuffer() can cause an exception to be thrown because of QuotaExceeded
2 participants