Giter Club home page Giter Club logo

Comments (3)

knighty avatar knighty commented on August 14, 2024

I would like to do this better too. It's very odd that they don't use a proper importer, instead choosing to do it all in the html files. Could evaluate the feasibility of using import here.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import

from fspackages.

dga711 avatar dga711 commented on August 14, 2024

My answer from the PR:

Yeah. Actually. I was thinking about also putting this as a comment to include it that way. But then I was like "eh, you have changed the html already anyway" ^^
But I didn't think of, that the MFD.js is used by many planes. So @tavip is absolutely right there and you should do it like this.

Only do it for Utils like this though, because ofc it loads in late. addScript also offers a callback as 2nd argument, for when the script is actually loaded, since it can be async.

from fspackages.

dga711 avatar dga711 commented on August 14, 2024

@knighty well they do some kind of weird "importing". You have all the script tags with the import-script attribute, and then they readd them on a page load as proper script-src tags via IncludeMgr during page load. Only god knows why.

from fspackages.

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.