On 11/12/13 2:01 PM, Matthew Robb wrote:
Perhaps somewhere in the middle would work, something like a regular map
but that also pays attention to the ref count changes of key and an
author can hook in with a callback that effectively means "reached 1 ref".

Consider this testcase:

  var elem = document.createElement("div");
  elem.innerHTML = "<span></span>Some text";

At what point does "elem" reach 1 ref?

-Boris
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to