Skip to content

Commit 1c6f0f2

Browse files
Merge pull request #310 from inexorabletash/nnotepad-webidl2-cdn
NNotepad: Use CDN for webidl2.js
2 parents 97eee70 + 14836a3 commit 1c6f0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nnotepad/js/nnotepad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global BigInt64Array, BigUint64Array, Float16Array */
22

33
import {Util} from './util.js';
4-
import * as idl from '../../node_modules/webidl2/index.js';
4+
import * as idl from 'https://cdn.jsdelivr.net/npm/webidl2@24.4.1/index.js';
55

66
// ============================================================
77
// General Utilities

0 commit comments

Comments
 (0)