Alan Fernandez
Posts: 0
Joined: Sat May 17, 2014 4:28 pm

Deprecated Methods

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Deprecated Methods

Hello Alan,

You may not pay attention to these messages.

Alan Fernandez
Posts: 0
Joined: Sat May 17, 2014 4:28 pm

Deprecated Methods

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Deprecated Methods

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?

Return to “Issues”