我使用Google的read-through-caching示例使用MEAN堆栈。 每次加载或刷新时,错误都是
未捕获(承诺)TypeError:无法设置null(...)的属性'textContent' in(the following code, line 112)。
我将类从#status更改为#ng-scope以满足要缓存的主类
document.querySelector('#ng-scope')。textContent = error;
HTML file modification relative to the class it needs to cache
它仍然有效,但它显示红色错误。我尝试了其他解决方案,评估该值是否为空但没有运气,或者我可能做错了。