mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
Allow nodes in shadow roots to be addressed via Element (#1454)
This commit is contained in:
committed by
GitHub
parent
82e5b64bad
commit
d3bcd87cfa
@@ -1,4 +1,10 @@
|
||||
from unittest.mock import Mock
|
||||
|
||||
import js
|
||||
|
||||
showWarning = Mock()
|
||||
define_custom_element = Mock()
|
||||
|
||||
|
||||
def deepQuerySelector(selector):
|
||||
return js.document.querySelector(selector)
|
||||
|
||||
Reference in New Issue
Block a user