Skip to content
New issue

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

window.onBeforeUnload event could be more specific #13698

Open
kevmoo opened this issue Sep 30, 2013 · 5 comments
Open

window.onBeforeUnload event could be more specific #13698

kevmoo opened this issue Sep 30, 2013 · 5 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable web-libraries Issues impacting dart:html, etc., libraries

Comments

@kevmoo
Copy link
Member

kevmoo commented Sep 30, 2013

The event stream provider is specific: static const EventStreamProvider<BeforeUnloadEvent>

The actual event is not: Stream<Event> get onBeforeUnload => beforeUnloadEvent.forTarget(this);

@sethladd
Copy link
Contributor

Added Triaged label.

@anders-sandholm
Copy link
Contributor

Added Area-HTML label.

@kevmoo
Copy link
Member Author

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library label.

@alan-knight
Copy link
Contributor

I presume this is generated. Where does it come from? Are there other similar cases?


Removed Type-Defect, Priority-Unassigned labels.
Added Type-CodeHealth, Priority-Medium labels.

@kevmoo
Copy link
Member Author

kevmoo commented Jan 23, 2015

I'm not sure where it's generated. I'm sure there are similar cases.


cc @terrylucas.

@kevmoo kevmoo added type-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable Priority-Medium library-html area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. labels Jan 23, 2015
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on and removed triaged labels Feb 29, 2016
@vsmenon vsmenon added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Jul 20, 2019
@sigmundch sigmundch added the web-libraries Issues impacting dart:html, etc., libraries label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. library-html P2 A bug or feature request we're likely to work on type-code-health Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

6 participants