- From: Philip Jägenstedt <notifications@github.com>
- Date: Thu, 12 Jan 2017 06:47:54 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 January 2017 14:48:26 UTC
This is the only mutable `FrozenArray<T>` attribute in Blink, and perhaps the first in any spec, so I thought it best to check if behavior like this is fine: ``` artwork = []; metadata.artwork = artwork; assert_not_equals(metadata.artwork, artwork) assert_equals(metadata.artwork, metadata.artwork) ``` -- 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/265#issuecomment-272181638
Received on Thursday, 12 January 2017 14:48:26 UTC