Open
Bug 1414289
Opened 8 years ago
Updated 3 years ago
Create a helper method for converting js value to Sequence<DOMString>
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: edgar, Unassigned)
References
(Blocks 1 open bug)
Details
This is a follow-up of bug 1413815 comment #9.
<quote>
> It says to convert observedAttributesIterable to a
> sequence<DOMString>. If you look at how that actually works, it will do
> things like invoke ToString(), etc.
>
> You should probably more or less copy the code we have for this in some
> binding (e.g. CSPDictionariesBinding.cpp has this sort of thing in
> CSP::Init) for now and file a followup bug to create a helper method for it.
</quote>
![]() |
||
Updated•8 years ago
|
Blocks: ParisBindings
Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•