Skip to content

Commit f174510

Browse files
committed
删除 暂时删除asWebviewUri
1 parent fa10dfd commit f174510

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ExtensionDocs/Api/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,16 +1409,7 @@ editorPromise.then((editor)=>{
14091409
``` javascript
14101410
webview.onDidReceiveMessage((message)=>{ console.log(message) });
14111411
```
1412-
### asWebviewUri
1413-
将本地资源转换成可在WebView中加载的uri。
1414-
#### 参数说明
1415-
|参数名称 |参数类型 |描述 |
1416-
|-- |-- |-- |
1417-
|localResource |[Uri](#Uri) |统一资源访问符|
1418-
#### 返回值
1419-
|返回类型 |描述 |
1420-
|-- |-- |
1421-
|[Uri](#Uri)|可在[WebView](#WebView)中加载的uri|
1412+
14221413
### postMessage(message: any): Thenable
14231414
在WebView中发送消息
14241415
#### 参数说明

0 commit comments

Comments
 (0)