Skip to content

Commit 71248a3

Browse files
set up template and aadded background
1 parent 3dba18c commit 71248a3

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

specs/BrowserTaskManager.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1+
# Background
2+
The WebView2 team has been asked to provide an API to expose the Browser Task
3+
Manager. At the current time, it is expected that the user will close the Task
4+
Manager manually, so we do not need to provide an API to close it.
5+
6+
# Description
17
TBD
8+
9+
# Examples
10+
## C++: TBD
11+
12+
``` cpp
13+
TBD
14+
```
15+
16+
## C#: TBD
17+
```c#
18+
TBD
19+
```
20+
21+
# API Details
22+
## C++
23+
```
24+
TBD
25+
```
26+
27+
## C#
28+
```c#
29+
TBD
30+
```

0 commit comments

Comments
 (0)