Struggling to reload .js files

v2026

is there something else that needs to be removed in order to reload .js files, in particular userfn.js?
i've delete the dev/cache by hand ran: php bin/console cache:warmup --env=dev, did the ctrl-f5 and still the updated js file is not loaded??

thanks,
JS

The dev/cache is server side cache, not related to client side *.js. (v2026 does not use asset mapper.) Ctrl+F5 is browser feature, not related to server side, it works. You may also try Ctrl+Shift+R, or right-click the refresh button (Chrome), and select Empty Cache and Hard Reload.