LearnNewsExamplesServices
Frontmatter
id1495
titleSetting a worker title (name) for the chrome dev tools
stateClosed
labels
enhancement
assignees[]
createdAtJan 21, 2021, 2:52 PM
updatedAtJan 21, 2021, 3:01 PM
githubUrlhttps://github.com/neomjs/neo/issues/1495
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 21, 2021, 3:01 PM

Setting a worker title (name) for the chrome dev tools

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jan 21, 2021, 2:52 PM

not super important, but it would be nice if we can show a name here:

Screenshot 2021-01-21 at 14 49 57

tobiu added the enhancement label on Jan 21, 2021, 2:52 PM
tobiu referenced in commit d1a32f9 - "Setting a worker title (name) for the chrome dev tools #1495" on Jan 21, 2021, 2:59 PM
tobiu
tobiu Jan 21, 2021, 3:01 PM

this looks better.

Screenshot 2021-01-21 at 14 59 18

unfortunately, we can not set the name inside the worker instance, e.g. self.name = "neomjs-app-worker" (like it works for onconnect), but have to specify it inside the worker creation opts.

tobiu closed this issue on Jan 21, 2021, 3:01 PM