This commit is contained in:
c-basalt
2025-01-11 13:34:38 -05:00
parent e0697299b6
commit 87218ed239
4 changed files with 21 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ from .common import ExternalJSI, register_jsi
@register_jsi
class PhantomJSJSI(ExternalJSI):
_EXE_NAME = 'phantomjs'
_SUPPORTED_FEATURES = {'js', 'location', 'cookies', 'dom'}
_SUPPORTED_FEATURES = {'location', 'cookies', 'dom'}
_BASE_PREFERENCE = 3
_BASE_JS = R'''