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:
Ryan G
2019-09-11 11:47:03 -04:00
committed by GitHub
parent 7ee9d5639b
commit e87bc3db20
4 changed files with 31 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ version = "0.3.22"
optional = true
features = [
'console',
'BeforeUnloadEvent',
'Document',
'DomRect',
'Element',