第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

HTML 導(dǎo)入在 Electron 應(yīng)用程序中不起作用

HTML 導(dǎo)入在 Electron 應(yīng)用程序中不起作用

達(dá)令說 2023-08-05 19:23:43
我正在嘗試使用 Electron 構(gòu)建桌面應(yīng)用程序。我在導(dǎo)入 HTML 模板時(shí)遇到問題。代碼<link rel="import" href="fileLocation/file.html">文件.html<template>  <div>Template html content </div></template>//script in index.html file<script>   const links = document.querySelectorAll('link[rel="import"]')   Array.prototype.forEach.call(links, (link) => {      let template = link.import.querySelector('template')      //error: cannot read property "querySelectorAll" of undefined      //I tried to console.log(link)      //it gives output: <link rel="import" href="fileLocation/file.html">      //but in electron demo app it is giving actual template.   })</script>//running below code in my index.html to test html import compatibilityconsole.log(    "Native HTML Imports?", 'import' in document.createElement('link'),    "Native Custom Elements v0?", 'registerElement' in document,    "Native Shadow DOM v0?", 'createShadowRoot' in document.createElement('div'));//output: Native HTML Imports? false Native Custom Elements v0? false Native Shadow DOM v0? false//running the same code in Electron API demo app (example app given on electron github repo)console.log(    "Native HTML Imports?", 'import' in document.createElement('link'),    "Native Custom Elements v0?", 'registerElement' in document,    "Native Shadow DOM v0?", 'createShadowRoot' in document.createElement('div'));//output: Native HTML Imports? true Native Custom Elements v0? true Native Shadow DOM v0? true請告訴我如何配置我的應(yīng)用程序,以便我的結(jié)果與 Electron 演示應(yīng)用程序匹配。
查看完整描述

1 回答

?
慕蓋茨4494581

TA貢獻(xiàn)1850條經(jīng)驗(yàn) 獲得超11個(gè)贊

我遇到了同樣的問題,似乎與新版本的電子(10.1.5)有關(guān)。

恢復(fù)到版本 7.2.4 對我有用


查看完整回答
反對 回復(fù) 2023-08-05
  • 1 回答
  • 0 關(guān)注
  • 202 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號