Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement EventListenerOptions for EventTarget #12952
Conversation
highfive
commented
Aug 20, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Aug 20, 2016
|
r? @nox |
|
I'm not sure that it makes sense to merge this without the actual behaviour changes for the new kinds of listeners. |
|
@jdm: I just opened it to not forget it (I did this a long time ago already). |
|
I'm sure that it does not make sense, but we could take |
|
We should only use |
|
|
|
@GuillaumeGomez This still looks forgotten to me even after opening a PR for it. |
|
@KiChjang: It was on stand-by, waiting for a feature. However, I can't remember which at all... |
|
Unions with objects |
|
Has it been added or not yet? |
|
I think it was; that's what causing the dead code warning we have in script right now |
|
Ok, I'll update this PR then! |
|
I still have the following error:
|
|
I don't see a reason to keep this open until #11612 is fixed. |
|
So #11612 is fixed now, @GuillaumeGomez would you still like to work on this? |
|
Sure! |
Implement EventListenerOptions for EventTarget It still needs to update tests and confirm that the code is the one expected. Reopening of #12952. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15803) <!-- Reviewable:end -->
GuillaumeGomez commentedAug 20, 2016
•
edited
Fixes #9785.
Needs #11612 to be fixed first.
This change is