ecmascript-object-observe icon indicating copy to clipboard operation
ecmascript-object-observe copied to clipboard

Support notifications with Symbol-keyed properties

Open ajklein opened this issue 10 years ago • 2 comments

Current spec requires "name" to be a String.

ajklein avatar Dec 12 '14 19:12 ajklein

The only place [*] where this needed an update was in CreateChangeRecord which used to check if name was a string. Now it checks if name is a property key instead.

https://github.com/arv/ecmascript-object-observe/blob/master/NewInternalsSpecification.md#createchangerecordtype-object-name-olddesc-newdesc

[*] I haven't gotten to the array methods yet so leaving this open.

arv avatar Dec 12 '14 21:12 arv

Would love to see progress on this one, it's impacting my codebase. I believe, as per the original filing, symbols should be supported in a manner like strings.

Chrome bug for this: https://code.google.com/p/v8/issues/detail?id=3682

rektide avatar Oct 14 '15 06:10 rektide