Bump nanasess/setup-chromedriver in the github-actions group Bumps the github-actions group with 1 update: [nanasess/setup-chromedriver](https://github.com/nanasess/setup-chromedriver). Updates `nanasess/setup-chromedriver` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/nanasess/setup-chromedriver/releases) - [Commits](https://github.com/nanasess/setup-chromedriver/compare/42cc2998329f041de87dc3cfa33a930eacd57eaa...e93e57b843c0c92788f22483f1a31af8ee48db25) --- updated-dependencies: - dependency-name: nanasess/setup-chromedriver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/sse
This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests.
This package is not intended to be a general purpose SSE package, but instead is a bidirectional protocol for use when Websockets are unavailable. That is, both the client and the server expose a sink and stream on which to send and receive messages respectively.
Both the server and client have implicit assumptions on each other and therefore a client from this package must be paired with a server from this package.