我正在處理導航鏈接Web組件。我想在組件上設置的其中一個屬性是標題。這似乎是以某種方式觸發最大的callstack錯誤。我應該完全避免title?我可以用caption代替。 第一個錯誤 Class 'NavLinkCmp' incorrectly extends base class 'HTMLElement'. Property 'title' is private in type 'NavL
我試圖通過創建localForage的全局實例來localForage支持添加到pure-form Web組件: // create a global appStorage object that mimics localStorage API (greater storage)
window.appStorage = localforage.createInstance({
driv