Giter VIP home page Giter VIP logo

Comments (6)

jbmonroe avatar jbmonroe commented on June 30, 2024

IIRC, you can't load them back in from localStorage without using eval() to inject them into a page. I think I'd have that filed under "Dubious Practices."

from labjs.

getify avatar getify commented on June 30, 2024

There are other ways such as script injection. Thay said, I'm not really wild about doing our own caching. Browsers are better at it.

from labjs.

jbmonroe avatar jbmonroe commented on June 30, 2024

I agree with that. To some extent I'm not even sure caching is a good idea because I've already seen software break because non-cached transaction pages assumed that a new method would be available in a script and got nailed because the cached version of the script loaded. I told the team to refactor in order to apply cache-breaking on the script loads. (Unique environment, not running in a consumer browser.)

from labjs.

artknight avatar artknight commented on June 30, 2024

@getify the issue with browser caching is that sometimes the scripts are not getting cached very well and keep on getting reloaded every single time.

from labjs.

getify avatar getify commented on June 30, 2024

That's awfully vague. If you can talk about specific details with caching, perhaps we can identify other causes (poor caching headers, etc). But I don't think we should fix our problem of a thumbtack by pulling out a sledgehammer. :)

from labjs.

getify avatar getify commented on June 30, 2024

Any control you'd like to have over caching should be handled with service workers, IMO. I don't plan to build any caching behavior into the loader. It is possible eventually LABjs will ship a service worker for assistance, but that's far down the priority list, if ever.

from labjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.