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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you just want to use *all* available requesters provided by AngleSharp.Io you
18
18
```cs
19
19
varconfig=Configuration.Default
20
20
.WithRequesters() // from AngleSharp.Io
21
-
.WithDefaultLoader() // from AngleSharp;
21
+
.WithDefaultLoader();// from AngleSharp
22
22
```
23
23
24
24
This will register all requesters. Alternatively, the requesters can be provided explicitly. They are located in the `AngleSharp.Io.Network` namespace and have names such as `DataRequester`.
@@ -34,6 +34,12 @@ This will register all requesters. Alternatively, the requesters can be provided
34
34
- WebSockets (mostly interesting for scripting engines, e.g., JS)
35
35
- Storage support by providing the `IStorage` interface
36
36
37
+
## Participating
38
+
39
+
Participation in the project is highly welcome. For this project the same rules as for the AngleSharp core project may be applied.
40
+
41
+
If you have any question, concern, or spot an issue then please report it before opening a pull request. An initial discussion is appreciated regardless of the nature of the problem.
0 commit comments