Closed
Bug 1250621
Opened 9 years ago
Closed 4 years ago
DOMStringList is deprecated, it is still returned by pasteEvent.clipboardData.types instead of Array
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 1298243
People
(Reporter: cyril.auburtin, Unassigned)
Details
(Whiteboard: btpp-fixlater)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160223030304
Steps to reproduce:
demo: http://jsfiddle.net/6qaywmvu/
Actual results:
this instance is deprecated https://developer.mozilla.org/fr/docs/Web/API/DOMStringList
Expected results:
should return an array
Updated•9 years ago
|
Whiteboard: btpp-fixlater
As far as I understand, this should be fixed in https://bugzilla.mozilla.org/show_bug.cgi?id=1298243
Updated•6 years ago
|
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•