object.observe Questions

7

Solved

Which browsers, if any, support Object.observe? I'm surprised I'm unable to find any info on this. (And are you aware about any estimated times of arrival for this feature?) About Object.observe:...
Logistics asked 12/1, 2014 at 9:21

2

Now that Object.observe() is on by default in Chrome, I'm running into a bunch of cases where I want to reuse the browser's built in property (hidden, title, draggable), but *Changed watchers no lo...
Hainaut asked 12/4, 2014 at 20:53

2

Solved

I am a bit confused, because Obejct.observe is said to be withdrawn from the ES2016. On the other hand there were talks on Angular Connect that mentions they will rely on it. So as far I underst...
Keeler asked 10/11, 2015 at 11:48

2

Like the title says. Is there a way to modify a observed valued without triggering the observer callback in Polymer? For example Polymer({ is: 'my-component', properties: { aValue: { type: N...
Schrick asked 19/9, 2015 at 14:49

1

Solved

I have this function that works in Chrome, which prints to the console when a variable called finishedLoading changes values. Object.observe(finishedLoading, function(id, oldval, newval) { conso...
Lohse asked 22/2, 2015 at 18:13

1

Solved

Does having an active Object.observe on an object prevent it from being garbage collected? Do you need to first call Object.unobserve to allow it to be garbage collected? Or does GCing an object re...

2

Solved

Right now, Angular slows down after a few thousand objects, which prevents us from building something like a spreadsheet or Conway's Game of Life. Once Object.observe is implement (in the far, far...
Strontium asked 13/3, 2013 at 16:15

2

Solved

The Object.observe() JavaScript API allows any piece of code to receive change notifications for all property changes of any JavaScript object. Doesn't this severely affect the code generation and...
Disencumber asked 27/2, 2013 at 14:23
1

© 2022 - 2024 — McMap. All rights reserved.