Coder Social home page Coder Social logo

Publish to npm? about domcontentloaded HOT 4 CLOSED

bjoerge avatar bjoerge commented on June 16, 2024
Publish to npm?

from domcontentloaded.

Comments (4)

WebReflection avatar WebReflection commented on June 16, 2024

if you bundle this script with anything else it might fails. As example, you bundle this via browserify and you load your bundle with async and goodbye functionality, it will not run as it should.

I think it would be wiser to put this directly in your most basic HTML template, would that work?

from domcontentloaded.

WebReflection avatar WebReflection commented on June 16, 2024

To be more precise, there is a reason I wrote this in the source code:

// DO NOT COPY AND PASTE IN ANY LIBRARY OR JS FILE
// this  MUST be the first script on top of **your** HTML page
// and it MUST be **included/executed only once**
// If your framework fix this already and every script in your page
// uses such framework then you don't need this script

from domcontentloaded.

bjoerge avatar bjoerge commented on June 16, 2024

Yeah, I'm aware of that. I'm thinking including it in the HTML template, something along the lines of:

var fs = require('fs')
var domContentLoadedSrc = fs.readFileSync(require.resolve('dom-content-loaded'))

//…

res.send(`<html><head><script>${domContentLoadedSrc}</script> …`)

from domcontentloaded.

WebReflection avatar WebReflection commented on June 16, 2024

I think that's a better approach, also because I wouldn't know exactly what to export as module.

I'll close this for now, if you have better ideas let me know. Thanks

from domcontentloaded.

Related Issues (3)

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.