Skip to content

Commit 2487d41

Browse files
JeanMechedylhunn
authored andcommitted
docs: remove mention of the webworker platform issues (angular#49947)
The Webworker platform was remove in v10, we can remove this part. Fixes angular#49934 PR Close angular#49947
1 parent 345dd6d commit 2487d41

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/common/src/dom_tokens.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
import {InjectionToken} from '@angular/core';
1010

1111
/**
12-
* A DI Token representing the main rendering context. In a browser this is the DOM Document.
13-
*
14-
* Note: Document might not be available in the Application Context when Application and Rendering
15-
* Contexts are not the same (e.g. when running the application in a Web Worker).
12+
* A DI Token representing the main rendering context.
13+
* In a browser and SSR this is the DOM Document.
14+
* When using SSR, that document is created by [Domino](https://github.com/angular/domino).
1615
*
1716
* @publicApi
1817
*/

0 commit comments

Comments
 (0)