HTML5 Uncaught ReferenceError: confirm is not defined

Hello,

I am trying to launch a HTML5 project on a Google Chrome browser and I am receiving an Error
“Uncaught ReferenceError: confirm is not defined”
on the launch page.

I am not well versed in how all of this works, but was able to get this far the package was successfully built with no errors, I feel that I am messing something up when it comes to launching.

If anyone could explain to me What the error means and how I can fix it that would be greatly appreciated.

Thank you

HTML5 4.24.3 - 1.38.19

I have the same error. Did you manage to solve the problem?

Replace “confirm” inside the .js file to “window.confirm” and it should work.