feat(fetchers): Adding the foundation of the new browser-based fetchers logic
This commit is contained in:
@@ -24,6 +24,7 @@ from typing import (
|
||||
|
||||
SUPPORTED_HTTP_METHODS = Literal["GET", "POST", "PUT", "DELETE"]
|
||||
SelectorWaitStates = Literal["attached", "detached", "hidden", "visible"]
|
||||
PageLoadStates = Literal["commit", "domcontentloaded", "load", "networkidle"]
|
||||
StrOrBytes = Union[str, bytes]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user