taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.12k stars 112 forks source link

xxx.closest is not a function #121

Closed BunnyMelody closed 3 years ago

BunnyMelody commented 3 years ago

I installed versioni 3.2.0, error occurs that xxx.closet is not a function , I read the code. It seems that function closet does not exist any longer.

Please check when available

taoqf commented 3 years ago

Sorry, do you mean closest ? closest is added since v3.3.0 see https://github.com/taoqf/node-html-parser/releases/tag/v3.3.0 so if you used v3.2.0, you cannot use that method yet.

BunnyMelody commented 3 years ago

Sorry, do you mean closest ? closest is added since v3.3.0 see https://github.com/taoqf/node-html-parser/releases/tag/v3.3.0 so if you used v3.2.0, you cannot use that method yet.

Ok, Thx