nodejs / nodejs/node

`Symbol.toStringTag` on `MessageChannel` and `MessagePort`

未关闭
#65,527 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
JavaScript
星标
122k
派生
37.4k
平均合并
4 天 3 小时
30 天内合并 PR
272

描述

Version

v26.7.0

Platform
Darwin MacBook-Air-3.local 25.5.0 Darwin Kernel Version 25.5.0: Tue Jun  9 22:26:46 PDT 2026; root:xnu-12377.121.10~1/RELEASE_ARM64_T8103 arm64
Subsystem

No response

What steps will reproduce the bug?

node -e "console.log(Object.prototype.toString.call(new MessageChannel()))"

node -e "console.log(Object.prototype.toString.call(new MessageChannel().port1))"

How often does it reproduce? Is there a required condition?

Always. No special required condition.

What is the expected behavior? Why is that the expected behavior?

Display [object MessageChannel] and [object MessagePort] respectively.

What do you see instead?

[object Object]

[object EventTarget]

Additional information

No response

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先运行 issue 中的两个 node -e 复现命令,并跟踪决定其对象标签的 MessageChannelMessagePort 运行时入口点。完成的标准是这些调用产生 [object MessageChannel][object MessagePort],并且已为这两种情况添加回归覆盖。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, node.js
领域
backend
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
68/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。