What is meteor.js hash param?

Hi!

When debugging I’ll see a lot of things like the following

http://localhost:3000/packages/meteor.js?hash=857dafb4b4eff17e29ed8498a22ea5b1a3d6b41d

Using Hash Analyzer - TunnelsUP it looks like this is of type SHA1 - however, I cannot decode it.

I’m assuming this is a hash of some minified code?

Yes it’s the hash of the current code when it changes it will do a reload.

1 Like