[Webkit-unassigned] [Bug 225630] New: [MSE] QuotaExceededError Exception not thrown even if the sum of totalTrackBufferSize and appendBuffer size exceeds maximumBufferSize.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 18:04:41 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=225630

            Bug ID: 225630
           Summary: [MSE] QuotaExceededError Exception not thrown even if
                    the sum of totalTrackBufferSize and appendBuffer size
                    exceeds maximumBufferSize.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: toshio.ogasawara at access-company.com

When appendBuffer is executed, the exception of QuotaExceededError is not thrown even if the sum of totalTrackBufferSize and appendBuffer size exceeds maximumBufferSize.
It is also possible to send large size data exceeding the maximumBufferSize to the platform layer.
When appendBuffer is called, if it exceeds maximumBufferSize, it is better to throw QuotaExceededError exception.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210511/5977e91a/attachment.htm>


More information about the webkit-unassigned mailing list