瀏覽代碼

Update readme to add the withLocalUrl argument

lo-tp 7 年之前
父節點
當前提交
4ff352be94
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -111,6 +111,7 @@ Future<Null> launch(String url,
          String userAgent: null,
          bool withZoom: false,
          bool withLocalStorage: true,
+         bool withLocalUrl: true,
          bool scrollBar: true});
 ```
 ```dart