Hello All. I have been trying to run an application but I’m receiving many Google Chrome warnings and errors. I have searched on the forum but I have not found how to deal with them.
Some of these warnings are:
[DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) <input id="txtPass" type="password" name autocorrect="off" autocomplete="off" autocapitalize="off" step="any" value placeholder="Digite el password" data-nsb-type="TextBox_jqm" required style="text-shadow:none;" class=" ui-mini ">
downloader.js:1 Uncaught (in promise) NotSupportedError: Failed to read the 'ready' property from 'ServiceWorkerContainer': 'ready' is only supported in pages.
at downloader.js:1:25
(anonymous) @ downloader.js:1Understand this error
12[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL>
SuperCibao/:333 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:333
SuperCibao/:341 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:341
SuperCibao/:371 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:371
SuperCibao/:387 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:387
SuperCibao/:397 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:397
SuperCibao/:412 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:412
iscroll.js:43 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ iscroll.js:43
_initWheel @ iscroll.js:1315
_init @ iscroll.js:433
IScroll @ iscroll.js:411
(anonymous) @ SuperCibao/:524
iscroll.js:43 [Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ iscroll.js:43
_initWheel @ iscroll.js:1316
_init @ iscroll.js:433
IScroll @ iscroll.js:411
(anonymous) @ SuperCibao/:524
SuperCibao/:547 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:547
SuperCibao/:563 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:563
SuperCibao/:573 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:573
SuperCibao/:587 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
(anonymous) @ SuperCibao/:587
appstudioFunctions.js:2096 [PWA] Registration successful ServiceWorkerRegistration {installing: null, waiting: null, active: ServiceWorker, navigationPreload: NavigationPreloadManager, scope: 'http://localhost/SuperCibao/', …}
sqlite3.js:13004 Ignoring inability to install OPFS sqlite3_vfs: Cannot install OPFS: Missing SharedArrayBuffer and/or Atomics. The server must emit the COOP/COEP response headers to enable those. See https://sqlite.org/wasm/doc/trunk/persistence.md#coop-coep
Have you seen any of these? What has to be done to solve this?
Thanks a lot in advance.