We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a BrowsingContext is deleted, no need in keeping it's buffered events in the EventManager.
BrowsingContext
EventManager
The buffer should be cleared from the deleted BrowsingContexts
The text was updated successfully, but these errors were encountered:
36fb707
chore(main): release chromium-bidi 0.7.1 (#2584)
e4fb8d2
🤖 I have created a release *beep* *boop* --- ## [0.7.1](chromium-bidi-v0.7.0...chromium-bidi-v0.7.1) (2024-09-16) ### Features * initial implementation for the Web Bluetooth spec ([#2060](#2060)) ([ecb18d3](ecb18d3)) * support ESM module ([#2451](#2451)) ([662a857](662a857)) * support network.setCacheBehavior ([#2593](#2593)) ([75ba46c](75ba46c)) * support only statusCode in continueResponse ([#2598](#2598)) ([1eeff5b](1eeff5b)) ### Bug Fixes * add bluetooth command parser and fix tests ([#2589](#2589)) ([98ad2d9](98ad2d9)) * clear the buffered logs when browsing context is destroyed ([#2592](#2592)) ([36fb707](36fb707)), closes [#475](#475) * provide invalid set cache props ([#2590](#2590)) ([0830f00](0830f00)) * **spec:** update WebBluetooth implementation to match the latest spec ([#2588](#2588)) ([ec1ab96](ec1ab96)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
When a
BrowsingContext
is deleted, no need in keeping it's buffered events in theEventManager
.The buffer should be cleared from the deleted BrowsingContexts
The text was updated successfully, but these errors were encountered: