aardio 文档

chrome.edge.history 库模块帮助文档

chrome.edge.history 成员列表

chrome.edge.history.clear()

清空 Edge 历史记录数据表,可选在参数中指定配置名,
需要事先关闭chrome

chrome.edge.history.get()

返回 Edge 历史记录数据表,可选在参数中指定配置名

chrome.edge.history.open()

打开 Edge 历史记录数据库,可选在参数中指定配置名

返回对象:sqliteConnObject

chrome.edge.history.readOnly(true)

参数 @1 设置是否历史记录数据表只读,
参数为 true 会同时清空数据,
可选在参数@2中指定配置名

Markdown 格式