When I hover on the DOM selection function $(selector, context), I see the context can be Element or Dom7Array (js doc).
But when I check the code, the context is used directly to the qsa function without checking.
So the problem here, that I cannot use the instance of dom7 as a context parameter in DOM selection function.