[Webkit-unassigned] [Bug 233706] New: [Model] Add load and error events to distinguish resource load from model readiness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 1 08:21:06 PST 2021


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

            Bug ID: 233706
           Summary: [Model] Add load and error events to distinguish
                    resource load from model readiness
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org

As it stands <model> elements have a "ready" promise, which resolves once the resource has been loaded. However, this promise should be used when the <model> is fully ready, and this is done on macOS and iOS asynchronously after the resource has been loaded. So we should have "load" and "error" events and a "complete" property to match <img> to identify resource load, and use the "ready" promise for when the model is fully ready and its various APIs safely usable.

-- 
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/20211201/8376faf2/attachment.htm>


More information about the webkit-unassigned mailing list