Re: [heycam/webidl] record with arbitrary value types as keys? (#509)

I think that saying we pass DOMString is losing clarity in the interface when we have enums or (limited-range - my particular use case has 4-bit) integers as the underlying objects. So I think restricting to DOMString doesn't benefit us any.
When we pass stuff from JS to an interface, we should behave like dictionaries do and ignore undefined members.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/509#issuecomment-363791850

Received on Wednesday, 7 February 2018 14:51:20 UTC