Page 1 of 1

Deprecated Methods

Posted: Tue Sep 02, 2014 6:48 pm
by Alan Fernandez

I've began getting these errors on opening the app test page:
Use of getUserData() or setUserData() is deprecated. Use WeakMap or element.dataset instead.
Use of getPreventDefault() is deprecated. Use defaultPrevented instead.
Use of getAttributeNode() is deprecated. Use getAttribute() instead.

What could be causing them?


Deprecated Methods

Posted: Tue Sep 02, 2014 7:32 pm
by Evgene Karachevtsev

Hello Alan,

You may not pay attention to these messages.


Deprecated Methods

Posted: Tue Sep 02, 2014 8:20 pm
by Alan Fernandez

Okay so any errors that I experience shouldn't be connected to these messages right?
For example on one of my pages the dynamically generated lists aren't working. Nothing to do with this right?


Deprecated Methods

Posted: Tue Sep 02, 2014 8:38 pm
by Evgene Karachevtsev

Alan,

the message that tells you that something is deprecated - it's not an error, it's a warning that this method will not work in future versions of the libraries. Please specify do you have any other errors on this not working page?