docs: remove mention of the webworker platform issues (#49947)

The Webworker platform was remove in v10, we can remove this part.

Fixes #49934

PR Close #49947
This commit is contained in:
Matthieu Riegler 2023-04-20 10:22:55 +02:00 committed by Dylan Hunn
parent 345dd6d81a
commit 2487d41bbf

View file

@ -9,10 +9,9 @@
import {InjectionToken} from '@angular/core';
/**
* A DI Token representing the main rendering context. In a browser this is the DOM Document.
*
* Note: Document might not be available in the Application Context when Application and Rendering
* Contexts are not the same (e.g. when running the application in a Web Worker).
* A DI Token representing the main rendering context.
* In a browser and SSR this is the DOM Document.
* When using SSR, that document is created by [Domino](https://github.com/angular/domino).
*
* @publicApi
*/