On Sun, Jan 29, 2023 at 4:30 PM guest271314 <guest271...@gmail.com> wrote: > > Is it possible to use DevTools Runtime.addBinding to create a MessageChannel > pairing between MessagePort in extension ServerWorker and MessagePort created > by the function in arbitrary Web page?
No. addBinding adds a single-arg function to the execution context. It sends a 'bindingCalled' event (plus the string argument) to the inspector client when called. And that's all it does. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/CAHQurc_UvZsrbAvnuowQ%2BrZyR5h8MjrgRTiYNCnyd17QXWZ00Q%40mail.gmail.com.