Applications working perfectly then suddenly I then get error below
Applications working perfectly then suddenly I then get error below

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
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
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.
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
Good to hear you got it resolved. Thanks for letting us know.
Allan