I and @mamal72 talked about this, in conclusion I think we might not want this
If we are going to check against Image elements, we will have to check every array element (e.g. array.every)
There might be cases where the user uses a more general selector which might include other elements
If the user really is giving us invalid elements, he is doing it wrong.
I and @mamal72 talked about this, in conclusion I think we might not want this
- If we are going to check against Image elements, we will have to check every array element (e.g. `array.every`)
- There might be cases where the user uses a more general selector which might include other elements
- If the user really is giving us invalid elements, he is doing it wrong.
Pull request closed
Please reopen this pull request to perform a merge.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I and @mamal72 talked about this, in conclusion I think we might not want this
array.every)Pull request closed