Send a LoopDestroyed event when the browser is closed (#1155)
* Add the plumbing for handling browser closes * Implement the business logic for handling closes
This commit is contained in:
parent
7ee9d5639b
commit
e87bc3db20
4 changed files with 31 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ version = "0.3.22"
|
|||
optional = true
|
||||
features = [
|
||||
'console',
|
||||
'BeforeUnloadEvent',
|
||||
'Document',
|
||||
'DomRect',
|
||||
'Element',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue