#43 NSCL support for patching web workers
Opened 2 years ago by polcak. Modified a year ago

From the paper:

Regarding web workers, \jshelter{} emulates them in the main
thread (inheriting the wrapped JavaScript environment) by default.
The NSCL provides another option: wrapping
workers by injecting the wrappers in their own browser context via its
\verb|patchWorkers()| API. The implementation is very complex and still
experimental\footnote{\url{https://github.com/hackademix/nscl/blob/20220330/content/patchWorkers.js}}
\footnote{\url{https://github.com/hackademix/nscl/blob/20220330/service/patchWorkers.js}}.
It needs more testing before it can be confidently deployed to a general audience.

This issue should track progress regarding the NSCL support for patching web sorkers.


Metadata Update from @polcak:
- Issue assigned to gioma1
- Issue tagged with: enhancement

2 years ago

Metadata Update from @polcak:
- Issue marked as blocking: #42

2 years ago

@gioma1 Hello Giorgio, is there any progress in NSCL regarding patchWorkers?

Discussed in yesterday meeting. Giorgio will try to apply NSCL. See also #80.

Metadata Update from @polcak:
- Issue priority set to: High (was: Normal)

a year ago

#42 and #50 provides some examples of affected pages.

Login to comment on this ticket.

Metadata