-
Lately I noticed some odd additional FetchEvents in chrome on https://fetch-event-echo.glitch.me:
https://bugs.chromium.org/p/chromium/issues/detail?id=832105
I think these might be prefetch loa…
-
## Background
当通过 `head.appendChild` 动态引入 js script 时,乾坤会通过 fetch 去异步加载脚本,然而这和浏览器的默认行为可能会出现差别,从而带来一些意外 bug。
## Proposal
### 使用 XHR 来代替 fetch
XHR 虽然是有些过时,但是个人推荐 XHR 主要是基于以下两点的考虑:
1. 更好的浏…
-
I hope it's OK to ask for a clarification here.
In https://github.com/mdn/content/pull/33462 we're fixing an error in the MDN docs for `CookieChangeEvent`, and we had a question about the meaning …
-
BPO | [35824](https://bugs.python.org/issue35824)
--- | :---
Nosy | @blueyed, @vadmium, @tirkarthi, @MeiK2333
PRs | python/cpython#11665
*Note: these values reflect the state of the issue at the time…
-
Setup:
* Open a new incognito browser
* Navigate to this standard TensorBoard demo colab notebook https://colab.research.google.com/github/tensorflow/tensorboard/blob/master/docs/tensorboard_in_no…
-
## Environment
[skip envinfo]
## Reproducible Demo
Provided in corresponding issues
## Description
Issues closed while still open. Cookie based authentication is at this moment not usable. Th…
-
### Description
When a mock file contains a request response with multiple headers having the same name, then only the last header will be added to the response headers.
I.e.: having multiple "Set-C…
-
The `chrome.browsingData` API provides extensions various methods for removing browser storage (cache, cookies, history etc). These methods take a [`RemovalOptions`](https://developer.mozilla.org/en-U…
-
本人小菜一枚。这个知识点其实蛮基础的,估计在大大们看来肯定很简单。
最近接了一个老项目,配置好跑起来。network面板一看,一大坨空请求,因为要调优,肯定是要去掉的。但诡异的是竟然找不到在哪发的,最后展开method列看看都是options请求。然后查查资料发现还有这玩意,还是蛮惊奇的。[附链接](https://developer.mozilla.org/en-US/docs/Web/H…
-
This is a follow up to #44. I consider this to be a main blocker for enabling Localstorage support by default in CAD.
Relevant Bug:
[1353726](https://bugzilla.mozilla.org/show_bug.cgi?id=1353726)