[Webkit-unassigned] [Bug 260764] New: Remove 'unrestricted' from 'startTime' in DataCue.idl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 25 23:41:19 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260764
Bug ID: 260764
Summary: Remove 'unrestricted' from 'startTime' in DataCue.idl
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ahmad.saleem792 at gmail.com
SSIA.
Align with Web-Spec: https://wicg.github.io/datacue/#datacue-interface
In following:
[CallWith=CurrentDocument] constructor(unrestricted double startTime, unrestricted double endTime, any value, optional DOMString type);
Change to below:
[CallWith=CurrentDocument] constructor(double startTime, unrestricted double endTime, any value, optional DOMString type);
_____
Just wanted to raise so we can track it.
Thanks!
--
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/20230826/99aa3150/attachment-0001.htm>
More information about the webkit-unassigned
mailing list