GithubHelp home page GithubHelp logo

Comments (5)

jindw avatar jindw commented on August 22, 2024

use:
console.log(entries.item(0).nodeName);


i have published a new version:0.1.7 just now. so that you can visit as nodeList[index](it's not w3c standard)
http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-536297177

thanks for your suggestion

from xmldom.

McEric1 avatar McEric1 commented on August 22, 2024

Ah, my fault. Couldn't find the proper way to access the results. Thanks, jindw!

from xmldom.

McEric1 avatar McEric1 commented on August 22, 2024

Maybe another problem:

console.log(entries.length);
console.log(entries[0].nodeName);

...prints 1 and entry. That's what got me confused in the first place.

But the above solution (item(0)) works for my needs. Thanks again.

from xmldom.

jindw avatar jindw commented on August 22, 2024

before v0.1.7 :LiveNodeList is not initialized by default.
but when you access length ,it'is initialized and can access it by index. that is all.

i published a new version 0.1.7 just now ,you can try it again.

as w3c described, NodeList is keep alive,if you access child by index(not from item(), it's not standard), NodeList is not keep alive(document change is not reflect on NodeList)

from xmldom.

McEric1 avatar McEric1 commented on August 22, 2024

Tried version 0.1.7 and now it's initialized by default, thanks!

But I understand why it's bad practice to access the elements by index. Thanks for explaining! I should read the specs instead of tutorials.

from xmldom.

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.