You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -112,7 +111,7 @@ Just like before, there are two ways of doing this:
112
111
}
113
112
```
114
113
115
-
**Note:** Don't overload publicsuffix.org's servers by repeatedly retrieving the suffix list from them. Cache a copy somewhere instead, and update that copy only when the master copy is updated.
114
+
**Note:** Don't overload publicsuffix.org's servers by repeatedly retrieving the suffix list from them. Cache a copy somewhere instead, and update that copy when the master copy is updated.
116
115
117
116
## Utility functions
118
117
Several utility functions can be found in the `DomainUtils` class (imported from `public_suffix.dart`). These currently include:
0 commit comments