.
Created attachment 398992 [details] Patch
Comment on attachment 398992 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398992&action=review > Source/WebCore/ChangeLog:3 > + Web Inspector: show JavaScript Worker name as an internal property Curious! Is there no public getter for the Worker's name?! Should we propose this for the standard?
Comment on attachment 398992 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398992&action=review >> Source/WebCore/ChangeLog:3 >> + Web Inspector: show JavaScript Worker name as an internal property > > Curious! Is there no public getter for the Worker's name?! Should we propose this for the standard? It looks like it's accessible as a readonly attribute on `DedicatedWorkerGlobalScope`, but not the corresponding `Worker`. I don't have a strong opinion about whether it should be standardized. Could be useful I guess? The primary motivation for this IIRC was for developer tooling anyways, so ¯\_(ツ)_/¯
Committed r261499: <https://trac.webkit.org/changeset/261499> All reviewed patches have been landed. Closing bug and clearing flags on attachment 398992 [details].
<rdar://problem/63109139>
Nice!