You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a polyfill for addEventListener that allows third argument to be an object We changed the addEventListener wrappers to allow changing the passive option but closure compiler externs are still the old API and there is no easy way to override builtin extern in our custom extern file to adhere to the new signature.
Closure compiler team is considering to update the externs ( google/closure-compiler#1959 ) when/if that's merged in, we should update our compiler and remove @suppress flags added as work-around.
The text was updated successfully, but these errors were encountered:
aghassemi
changed the title
Remove @supress from addeventListeners when compiler externs are updated
Remove @suppress from addeventListeners when compiler externs are updated
Sep 19, 2016
wassgha
changed the title
Remove @suppress from addeventListeners when compiler externs are updated
Remove @suppress from addeventListeners / replace Object by addEventListenerOptions when compiler externs are updated
Aug 14, 2017
We have a polyfill forWe changed theaddEventListener
that allows third argument to be an objectaddEventListener
wrappers to allow changing thepassive
option but closure compiler externs are still the old API and there is no easy way to override builtin extern in our custom extern file to adhere to the new signature.Closure compiler team is considering to update the externs ( google/closure-compiler#1959 ) when/if that's merged in, we should update our compiler and remove
@suppress
flags added as work-around.The text was updated successfully, but these errors were encountered: