warning in console in firebox

Posting here is no longer possible, please use the corresponding product forum.
Locked
abuzar hamza

warning in console in firebox

Post by abuzar hamza »

warning : Use of getUserData() or setUserData() is deprecated. Use WeakMap or element.dataset instead

Code: Select all

 nymbegetEntry = function(map, key) key.getUserData(getProp(map)) || undefined;
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: warning in console in firebox

Post by mapx »

already fixed in the last dev build
http://codereview.adblockplus.org/5121479175831552/

#3820: 2014-05-18 21:01 +0400 Manvel Saroyan
issue 47 - use WeakMap instead of setUserData and getUserData methods

try it:
devbuilds/adblockplus/00latest.xpi
Locked