[issue 47] Errors in Error Console

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

[issue 47] Errors in Error Console

Post by Virtual »

Hello

I'm using latest Nightly with latest Adblock Plus 2.5.1.3789 and I'm seeing this error in Error Console

Code: Select all

Timestamp: 2014-04-05 16:39:07
Warning: Use of getUserData() or setUserData() is deprecated.  Use WeakMap or element.dataset instead.
Source File: resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///C:/Users/User/AppData/Roaming/Mozilla/Firefox/Profiles/1jtz2mwk.default/extensions/%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D.xpi!/bootstrap.js -> jar:file:///C:/Users/User/AppData/Roaming/Mozilla/Firefox/Profiles/1jtz2mwk.default/extensions/%7Bd10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d%7D.xpi!/lib/requestNotifier.js
Line: 64
User avatar
saroyanm
Posts: 9
Joined: Mon Feb 03, 2014 12:46 pm

Re: Errors in Error Console

Post by saroyanm »

Hi,

There is still a bug in Firefox that prevent us from switching to WeakMap.

After that fix we are going to fix the warning message in Browser console, there is a ticket already in ABP issue tracker for mentioned warning messages.

For now you can just ignore it.
Locked