|
| None | __init__ (self, ChannelOwner parent, str type, str guid, Dict initializer) |
| |
|
str | __repr__ (self) |
| |
|
Request | request (self) |
| |
|
None | abort (self, str errorCode=None) |
| |
|
None | fulfill (self, int status=None, Dict[str, str] headers=None, Union[str, bytes] body=None, Any json=None, Union[str, Path] path=None, str contentType=None, "APIResponse" response=None) |
| |
|
"APIResponse" | fetch (self, str url=None, str method=None, Dict[str, str] headers=None, Union[Any, str, bytes] postData=None, int maxRedirects=None, int maxRetries=None, float timeout=None) |
| |
|
None | fallback (self, str url=None, str method=None, Dict[str, str] headers=None, Union[Any, str, bytes] postData=None) |
| |
|
None | continue_ (self, str url=None, str method=None, Dict[str, str] headers=None, Union[Any, str, bytes] postData=None) |
| |
| None | remove_listener (self, str event, Any f) |
| |
| bool | emit (Self self, str event, *Any args, **Any kwargs) |
| |
| None | wait_for_complete (Self self) |
| |
| None | cancel (Self self) |
| |
| bool | complete (Self self) |
| |
|
Mapping[str, Any] | __getstate__ (Self self) |
| |
|
None | __setstate__ (Self self, Mapping[str, Any] state) |
| |
|
Callable[[Handler], Handler] | on (Self self, str event) |
| |
|
Handler | on (Self self, str event, Handler f) |
| |
| Union[Handler, Callable[[Handler], Handler]] | on (Self self, str event, Optional[Handler] f=None) |
| |
| Callable[[Handler], Handler] | listens_to (Self self, str event) |
| |
| Handler | add_listener (Self self, str event, Handler f) |
| |
| Set[str] | event_names (Self self) |
| |
| Callable | once (Self self, str event, Optional[Callable] f=None) |
| |
| None | remove_all_listeners (Self self, Optional[str] event=None) |
| |
| List[Callable] | listeners (Self self, str event) |
| |
|
|
"asyncio.Future[bool]" | _start_handling (self) |
| |
|
None | _report_handled (self, bool done) |
| |
|
None | _check_not_handled (self) |
| |
|
None | _inner_fulfill (self, int status=None, Dict[str, str] headers=None, Union[str, bytes] body=None, Any json=None, Union[str, Path] path=None, str contentType=None, "APIResponse" response=None) |
| |
|
None | _handle_route (self, Callable callback) |
| |
|
None | _inner_continue (self, bool is_fallback=False) |
| |
|
None | _redirected_navigation_request (self, str url) |
| |
|
None | _race_with_page_close (self, Coroutine future) |
| |
|
None | _dispose (self, Optional[str] reason) |
| |
|
None | _adopt (self, "ChannelOwner" child) |
| |
|
None | _set_event_to_subscription_mapping (self, Dict[str, str] mapping) |
| |
|
None | _update_subscription (self, str event, bool enabled) |
| |
| None | _add_event_handler (self, str event, Any k, Any v) |
| |
| None | _emit_run (Self self, Callable f, Tuple[Any,...] args, Dict[str, Any] kwargs) |
| |
|
None | _emit_handle_potential_error (Self self, str event, Any error) |
| |
|
bool | _call_handlers (Self self, str event, Tuple[Any,...] args, Dict[str, Any] kwargs) |
| |
| None | _remove_listener (Self self, str event, Callable f) |
| |