PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB21 - error in Chrome - clWDUtil.pfGetTraitement is not a function
WB21 - error in Chrome - clWDUtil.pfGetTraitement is not a function
Iniciado por guest, 21,ago. 2017 14:44 - 2 respuestas
Publicado el 21,agosto 2017 - 14:44
Hi,

One of my sites is working properly in Edge and Firefox, but not in Chrome. Very simple site wth just a login+password field and a login-button. After pressing the button a login check is done and accordingly the next page is shown.
owrks in Edge and Firefox, but in Chrome nothing happens.

When I open the debug-F12 window in Chrome I see the foloowing error
Uncaught TypeError: clWDUtil.pfGetTraitement is not a function at :1:10

What can be wrong?

I'm using the 10 connection version 30A210067f
Publicado el 21,agosto 2017 - 16:56
Solved by deleting browser history on the test machines.
Why didn't I think of that in the first place....
Publicado el 21,agosto 2017 - 18:24
Hi Arie,

Indeed, this is a very annoying feature of Chrome.
I'm frequently testing a Webdev page with an included external javascript file that I'm editing myself.
Every 5 minutes or so I have to clear the cache because otherwise my changes in the javascript file wil not show because Chrome has it in the cache. :-(

Kind regards,
Piet