Extension SW: Permission update isn't implemented |
|
Issue descriptionDispatcher::OnUpdatePermissions updates bindings on non-worker ScriptContexts, but not for worker ScriptContexts, so stuffs like "optional_permissions" won't work yet for workers. We'll likely need to call UpdateBindings for each of the worker contexts in the renderer process. Hopefully broadcasting this to all of WorkerThreadDispatcher::task_runner_map_ will accomplish this. |
|
►
Sign in to add a comment |
|