Comment by SJC_Hacker

Comment by SJC_Hacker 11 days ago

2 replies

It would be nice if the standard JS library was more feature complete like Python. Then devs wouldn't have to bundle third party libraries.

Or perhaps the caching could be better. e.g. if your'e using Tailwind CSS version XXX, why does the browser have to reload it every single time?

Local persistent storage isn't exactly at premium these days even for "lightweight" mobile devices.

crabmusket 11 days ago

> if your'e using Tailwind CSS version XXX, why does the browser have to reload it every single time?

Security: https://www.stefanjudis.com/notes/say-goodbye-to-resource-ca...

  • SJC_Hacker 11 days ago

    This refers more to tracking, not security directly, though I suppose there is some overlap

    This is also doesn't explain why the browser would constantly need to redownload the same files assuming the original requester was the same.

    The browser could also introduce an ersatz delay to throw off the tracking.