-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
events: change status of event.returnvalue
to legacy
#46175
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
events: change status of event.returnvalue
to legacy
#46175
Conversation
`event.returnvalue` is described as legacy in spec. Plus, add missed '#'(private member) of defaultPrevented in implementation. Refs: https://dom.spec.whatwg.org/#interface-event Refs: https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Commit Queue failed- Loading data for nodejs/node/pull/46175 ✔ Done loading data for nodejs/node/pull/46175 ----------------------------------- PR info ------------------------------------ Title events: change status of `event.returnvalue` to legacy (#46175) Author Deokjin Kim (@deokjinkim) Branch deokjinkim:230112_event_returnvalue_legacy -> nodejs:main Labels author ready, needs-ci Commits 3 - events: change status of `event.returnvalue` to legacy - use cancelable to determine returnValue - revise description of `event.returnValue` Committers 2 - Deokjin Kim - GitHub PR-URL: https://github.com/nodejs/node/pull/46175 Refs: https://dom.spec.whatwg.org/#interface-event Refs: https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46175 Refs: https://dom.spec.whatwg.org/#interface-event Refs: https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 11 Jan 2023 23:52:53 GMT ✔ Approvals: 2 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/46175#pullrequestreview-1247085422 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/46175#pullrequestreview-1251339886 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-01-17T14:45:15Z: https://ci.nodejs.org/job/node-test-pull-request/49010/ - Querying data for job/node-test-pull-request/49010/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 46175 From https://github.com/nodejs/node * branch refs/pull/46175/merge -> FETCH_HEAD ✔ Fetched commits as cf8c6994e0f7..e8262f69afbd -------------------------------------------------------------------------------- Auto-merging doc/api/events.md [main e10a37f04f] events: change status of `event.returnvalue` to legacy Author: Deokjin Kim Date: Thu Jan 12 08:46:33 2023 +0900 2 files changed, 5 insertions(+), 1 deletion(-) [main 238bd86f97] use cancelable to determine returnValue Author: Deokjin Kim Date: Tue Jan 17 12:21:14 2023 +0900 1 file changed, 1 insertion(+), 1 deletion(-) Auto-merging doc/api/events.md [main 6c25c19cd3] revise description of `event.returnValue` Author: Deokjin Kim Date: Tue Jan 17 19:05:36 2023 +0900 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 3 commits in the PR. Attempting autorebase. Rebasing (2/6)https://github.com/nodejs/node/actions/runs/3954156853 |
Landed in 65f8a27 |
`event.returnvalue` is described as legacy in spec. Plus, add missed '#'(private member) of defaultPrevented in implementation. Refs: https://dom.spec.whatwg.org/#interface-event Refs: https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue PR-URL: #46175 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
`event.returnvalue` is described as legacy in spec. Plus, add missed '#'(private member) of defaultPrevented in implementation. Refs: https://dom.spec.whatwg.org/#interface-event Refs: https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue PR-URL: #46175 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
`event.returnvalue` is described as legacy in spec. Plus, add missed '#'(private member) of defaultPrevented in implementation. Refs: https://dom.spec.whatwg.org/#interface-event Refs: https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue PR-URL: #46175 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
event.returnvalue
is described as legacy in spec. Plus, add missed '#'(private member) of defaultPrevented in implementation.Refs: https://dom.spec.whatwg.org/#interface-event
Refs: https://developer.mozilla.org/en-US/docs/Web/API/Event/returnValue