Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
d419dc4 to
2fa1f09
Compare
|
Please consider keeping the unload event undeprecated for as long as possible. Many existing applications still rely on it, and maintaining its availability helps avoid unnecessary breakage in real-world use cases. |
|
@Zakariathr22 BCD does not decide whether a feature is deprecated (discouraged from use) or slated from removal from browsers. That work happens through the responsible standards body (WHATWG, in this case) or browser vendors, respectively. |
|
@ddbeck Thanks for replying My intent was mainly to highlight real-world dependency on the unload event and the impact that deprecation or removal can have on existing applications, so that this feedback can be considered in the appropriate standards or vendor discussions. Could you please advise on the best channel or forum where this concern should be raised so it can be reviewed by the responsible standards body or browser vendors? |
|
@Zakariathr22 I don't think anyone has proposed removal from the platform and breaking pages that use the |
Summary
unloadis marked as deprecated, but it doesn't satisfy the guidelines.Test results and supporting details
unloaddeprecation does not have consensus, much less specification text.Given the evidence here, I think it's much too early to mark this event deprecated.
Related issues
n/a