Skip to content

Commit

Permalink
Merge pull request #3910 from yowl/patch-1
Browse files Browse the repository at this point in the history
Correct package location of WasmHttpHandler
  • Loading branch information
jeromelaban authored Sep 1, 2020
2 parents 0b88978 + 0038bc3 commit 1881ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ as a base for your cross-targeted library.

# Is it possible to make http web requests using the WASM target?

Yes it is possible, but you need to use the provided HttpHandler by Uno.UI like what we did in the Uno.UI Playground:
Yes it is possible, but you need to use the provided HttpHandler by Uno.UI.WebAssembly like what we did in the Uno.UI Playground:

```csharp
var handler = new Wasm.WasmHttpHandler();
Expand Down

0 comments on commit 1881ee6

Please sign in to comment.