Destroy event
See original GitHub issueI do not see any documentation for handling a ‘destroy’ event.
Is there something like mongoStore.on('destroy', function(session){})
so that I can perform cleanup operations when this occurs?
Thanks! Rob
Issue Analytics
- State:
- Created 5 years ago
- Comments:12
Top Results From Across the Web
Javascript object destroy event handler - Stack Overflow
Javascript does not have a destroy event. It is a garbage collected language and will free an object when there is no longer...
Read more >Event Destroyed | Unreal Engine Documentation
Event Destroyed. Choose your operating system: Windows. macOS. Linux. Called when the actor has been explicitly destroyed. Target is Actor. Event Destroyed.
Read more >Gtk.Widget::destroy-event
The ::destroy-event signal is emitted when a GdkWindow is destroyed. You rarely get this signal, because most widgets disconnect themselves from their ...
Read more >destroy - DataTables
The destroy event is fired when a DataTable is torn down, to be replaced with an enhanced HTML table (or simply removed from...
Read more >Use the $destroy event to solve memory leaks - Bam Tech
TL;DR: When your controller is destroyed, it emits $destroy . You can listen to this event and unbind variables, remove listeners, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
astigmatism - thanks for your comment. Hopefully we can get a push for an update.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.