Applications working perfectly then suddenly I then get error below

Applications working perfectly then suddenly I then get error below

kkutikkuti Posts: 15Questions: 6Answers: 0

Unload event listeners are deprecated and will be removed
Affected Resources
datatables.min.js14
link to the resource is
https://cdn.datatables.net/v/dt/jqc-1.12.4/moment-2.29.4/dt-1.13.6/b-2.4.1/date-1.5.1/r-2.5.0/rg-1.4.0/rr-1.4.1/sb-1.5.0/sl-1.7.0/sr-1.3.0/datatables.min.js
This happens when adding new records but not when editing
Chrome says Deprecated feature used from

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,552Questions: 1Answers: 10,670 Site admin
    Answer ✓

    Hi,

    Thanks for your message. Are you able to link to your page showing the issue? Does it happen for you on this page?

    Thanks,
    Allan

  • RichardD2RichardD2 Posts: 20Questions: 2Answers: 1

    That should be a warning in the dev tools, not an error that interferes with the operation of your page:

    Deprecating the unload event | Web Platform | Chrome for Developers

    Looking at the linked source, the only reference to "unload" is in the bundled jQuery v1.12.4 script.

  • kkutikkuti Posts: 15Questions: 6Answers: 0

    Thanks very much for your replies. The problem actually was down to me in a code change I made. I have finally resolved it, a matter related to a postCreate function, once corrected everything started working again. Thanks

  • allanallan Posts: 64,552Questions: 1Answers: 10,670 Site admin

    Good to hear you got it resolved. Thanks for letting us know.

    Allan

Sign In or Register to comment.