in chroma in not work in view
Context
https://www.google.com/search?q=Preheater&sourceid=chrome&ie=UTF-8
Stack Trace
ping.js:4 (anonymous function)
(function () {
let port;
function connect() {
port = chrome.runtime.connect({ name: 'keep-alive-ping' });
port.onDisconnect.addListener(connect);
port.onMessage.addListener(msg => {
console.log('received', msg, 'from SW');
});
}
setTimeout(() => { connect(); }, 1000);
})();
Uncaught (in promise) Error: Cannot access a chrome:// URL
in chroma in not work in view
Context
https://www.google.com/search?q=Preheater&sourceid=chrome&ie=UTF-8
Stack Trace
ping.js:4 (anonymous function)
(function () {
let port;
function connect() {
port = chrome.runtime.connect({ name: 'keep-alive-ping' });
port.onDisconnect.addListener(connect);
port.onMessage.addListener(msg => {
console.log('received', msg, 'from SW');
});
}
setTimeout(() => { connect(); }, 1000);
})();
Uncaught (in promise) Error: Cannot access a chrome:// URL