GithubHelp home page GithubHelp logo

Comments (2)

zakius avatar zakius commented on May 18, 2024 2

while it helps slightly it doesn't solve the core issue: huge dependency chain (I meant to add another issue about that but forgot, there is no need for jQuery anymore for example as modern environments are much more consistent) that is especially hard to maintain for frontend solutions

though later I realized that part of the parser has to load additional data to concatenate multiple pages, but I believe this can also be done reliably without such a dependency chain (I looked into it a bit and the best bet would be probably fetch as it works natively in all modern-ish browsers and has almost drop in package for Node)

But I understand that this is a huge scale project that can not be finished in a short time with limited resources but can be a long term goal to consider for future major version

from parser.

adampash avatar adampash commented on May 18, 2024

This is an interesting thought. In the short term, however, you can pass html directly into Mercury to avoid downloading the html when you already have it on hand:

Mercury.parse(url, { html })

Does that at least partially satisfy your need?

from parser.

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.