plans
parent
e58653d821
commit
317382f1b9
@ -251,6 +251,14 @@ These should be clear enough themselves, in other cases refer to here
|
|||||||
- ``NO_BROWSER`` - throws on client if you failed to specify valid browser for it to refer to when calling browser
|
- ``NO_BROWSER`` - throws on client if you failed to specify valid browser for it to refer to when calling browser
|
||||||
- ``EVENT_RESPONSE_TIMEOUT`` - throws in Promise (rejects) when failed to receive a response data from called environment. You may not always want to receive it at all, for now it just works like this. Prefer adding ``catch`` on your events
|
- ``EVENT_RESPONSE_TIMEOUT`` - throws in Promise (rejects) when failed to receive a response data from called environment. You may not always want to receive it at all, for now it just works like this. Prefer adding ``catch`` on your events
|
||||||
|
|
||||||
|
# Plans (todo)
|
||||||
|
Estimate plans for release
|
||||||
|
- [ ] Register multiple events at once
|
||||||
|
- [ ] Implement Batch call multiple events
|
||||||
|
- [ ] Opt out of event response to avoid error handling
|
||||||
|
- [ ] Separate browser dev environment (currently uses unknown)
|
||||||
|
- [ ] Improve error handling
|
||||||
|
|
||||||
# License
|
# License
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user