Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 64c61d1

Browse files
matanlureynshahan
authored andcommitted
Change DomRuler no longer to talk about crazy worker restrictions.
PiperOrigin-RevId: 209985456
1 parent 9ab1ac2 commit 64c61d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/laminate/ruler/dom_ruler.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ import 'package:angular/angular.dart';
1010
import 'package:angular_components/src/laminate/ruler/ruler_interface.dart';
1111
import 'package:angular_components/utils/browser/dom_service/dom_service.dart';
1212

13-
/// An implementation of ruler that uses raw DOM access and [Element]s.
14-
///
15-
/// Angular components should *not* import and use this class. See [NgRuler].
16-
///
17-
/// In multi-threaded applications, the [DomRuler] will live on the UI thread
18-
/// and use message passing with the application thread and [NgRuler].
13+
/// Measures and tracks size changes for HTML elements in Dart web applications.
1914
@Injectable()
2015
abstract class DomRuler implements Ruler<Element> {
2116
factory DomRuler(Document document, DomService domService) = DomRulerImpl;

0 commit comments

Comments
 (0)