Re: [css-houdini-drafts] [css-typed-om-1]The IDL for StylePropertyMapReadOnly has an invalid "has" method

Yes, raised in <https://github.com/heycam/webidl/issues/514>.  The other multimap-like interfaces on the web platform today do this by instead just being `iterable<>` and then *manually* defining all of the Map methods, solely so they can override .get().

(I don't understand why .get() isn't overridable but .set() is in the first place.)

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/651#issuecomment-366011648 using your GitHub account

Received on Thursday, 15 February 2018 18:04:58 UTC