Open
Bug 862800
Opened 12 years ago
Updated 3 years ago
Allows attributes to have getter and setter with different types in WebIDL
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
NEW
People
(Reporter: mounir, Unassigned)
References
Details
Attachments
(1 file)
In bug 757664, we want to have input.files taking a sequence<Blob> but returning a sequence<File> so we need to be able to get and set different values.
The WebIDL bug is: https://www.w3.org/Bugs/Public/show_bug.cgi?id=20407
![]() |
||
Comment 1•12 years ago
|
||
![]() |
||
Updated•12 years ago
|
Assignee: nobody → bzbarsky
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
![]() |
||
Updated•5 years ago
|
Assignee: bzbarsky → nobody
Component: DOM: Core & HTML → DOM: Bindings (WebIDL)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•