lilnasy/astro-actions

Hashes of function names should be sent over the network

lilnasy opened this issue · 0 comments

Currently, the function name is used as the unique identifier.

This should change to instead use a combination of function name and location of the module it is declared in.

Changes to the function's contents should not change the hash This is because clients that haven't updated (that is, haven't refreshed the page) might fail to invoke the function if it did.