Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throw argumentexception when el is null or undefined #173

Open
Icepickle opened this issue Dec 11, 2018 · 0 comments
Open

throw argumentexception when el is null or undefined #173

Icepickle opened this issue Dec 11, 2018 · 0 comments

Comments

@Icepickle
Copy link

Icepickle commented Dec 11, 2018

I think there should be different errors depending on wether it is the false tagname or there is no element at all

if (!el || el.tagName !== 'TABLE') {

This issue I mainly created because of this question on stackoverflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant