tree: 99672a53e3ab00b65bd5eec214f0398610b9f089 [path history] [tgz]
  1. dedicated_worker_host.cc
  2. dedicated_worker_host.h
  3. OWNERS
  4. README.md
content/browser/dedicated_worker/README.md

Dedicated Worker Host

content/browser/dedicated_worker implements the host side of dedicated worker. It tracks the security principal of the worker in the renderer and uses it to broker access to mojo interfaces providing powerful web APIs. See: Design doc.