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 368b578 commit 4334323Copy full SHA for 4334323
dist/appShell.js
@@ -192,7 +192,7 @@ export class AppShell extends BaseCustomWebComponentConstructorAppend {
192
};
193
this._getNpm.onclick = async (e) => {
194
const pkgName = this._npmInput.value;
195
- if (pkgName.startsWith('http://')) {
+ if (pkgName.startsWith('http://') || pkgName.startsWith('https://')) {
196
const observedCustomElementsRegistry = new ObservedCustomElementsRegistry();
197
try {
198
await import(pkgName);
0 commit comments