massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / selenium / selenium / webdriver / common / html5 / application_cache.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi
new file mode 100644 (file)
index 0000000..248010e
--- /dev/null
@@ -0,0 +1,13 @@
+from typing import Any
+
+class ApplicationCache:
+    UNCACHED: int
+    IDLE: int
+    CHECKING: int
+    DOWNLOADING: int
+    UPDATE_READY: int
+    OBSOLETE: int
+    driver: Any
+    def __init__(self, driver) -> None: ...
+    @property
+    def status(self): ...