We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b0998 commit 0b3a599Copy full SHA for 0b3a599
adi_doctools/miscellaneous/dev-pool.js
@@ -53,6 +53,9 @@ class PoolChanges {
53
* Find .dev-pool, on first match, return url and content.
54
*/
55
static async search (urls) {
56
+ if ('file:' == window.location.protocol)
57
+ return [null, null]
58
+
59
for (const url of urls) {
60
try {
61
const response = await fetch(url, {
0 commit comments