rowthan

Results 37 comments of rowthan

> Still not work for customElements.

Is there any method to disable css tree-shake

any method to disable css tree shake?

> 想在readyState为1(open方法已经被调用,但还没调用send方法)时调用setRequestHeader方法设置header,但在onreadystatechange里打印readyState,从未出现过为1的状态,想请教下是什么原因,谢谢。 > > 代码如下: > ![image](https://user-images.githubusercontent.com/26788533/53181620-dfa66700-3632-11e9-8eec-2958ca204211.png) > > 以下是在控制台打印的结果: > ![image](https://user-images.githubusercontent.com/26788533/53181722-12e8f600-3633-11e9-81df-d1efefee1d16.png) +1 需要在状态为1时,修改请求头。

``` let xhrObject = null; hookAjax({ //拦截回调 onreadystatechange:function(xhr){ xhrObject = xhr; }, onload:function(xhr){ console.log("onload called: %O",xhr) }, //拦截方法 open:function(arg,xhr){ xhrObject = xhr; console.log(xhr.readyState+"open called: method:%s,url:%s,async:%s",arg) }, send:function (xhr) { xhrObject.setRequestHeader("LOCATION",...

为了上传个文件真的太难了~~ 从 ali-oss 过来的。都不算好用

实验了下可以标记呢?看下是最新版本吗 0.15.0.3

> mac系统,使用arc浏览器,今天发现之前的笔记、标记数据都没了,不确定是不是更新arc浏览器还是更新pagenote导致的。 请问数据保存在本地的什么位置,有没有什么地方可能存在备份。 1. 笔记不会上传服务器,存储在浏览器内部,无法被用户直接查看。如果浏览器被卸载、pagenote插件被卸载,数据也会随之一并清空,无法找回。 2. 如果 pagenote 自动更新升级,则会默认生成一份备份文件,可以前往电脑 `下载` 查看是否有名为 `x x x.pagenote.bak` 文件 3. 如果有备份文件,可以[在这里]( https://pagenote.cn/data) 将数据导入 如果还有其他问题,可以[联系我](https://pagenote.cn/author)

看到啦~ 只是当下不再对原版本修改了,在新版本中会调整~~新版本还在开发中 还需要一段时间

check is it work please? i would like make pull request if you accept this idea.