mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
345dd6d81a
commit
2487d41bbf
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue