mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 09:02:21 +00:00
2
public/novnc/node_modules/browserify/test/bom/hello.js
generated
vendored
2
public/novnc/node_modules/browserify/test/bom/hello.js
generated
vendored
@@ -1 +1 @@
|
|||||||
console.log('hello')
|
console.log('hello')
|
||||||
|
|||||||
2
public/novnc/node_modules/insert-module-globals/test/unprefix/hello.js
generated
vendored
2
public/novnc/node_modules/insert-module-globals/test/unprefix/hello.js
generated
vendored
@@ -1,2 +1,2 @@
|
|||||||
exports.filename = __filename;
|
exports.filename = __filename;
|
||||||
exports.dirname = __dirname;
|
exports.dirname = __dirname;
|
||||||
|
|||||||
2
public/novnc/node_modules/whatwg-url/README.md
generated
vendored
2
public/novnc/node_modules/whatwg-url/README.md
generated
vendored
@@ -1,4 +1,4 @@
|
|||||||
# whatwg-url
|
# whatwg-url
|
||||||
|
|
||||||
whatwg-url is a full implementation of the WHATWG [URL Standard](https://url.spec.whatwg.org/). It can be used standalone, but it also exposes a lot of the internal algorithms that are useful for integrating a URL parser into a project like [jsdom](https://github.com/jsdom/jsdom).
|
whatwg-url is a full implementation of the WHATWG [URL Standard](https://url.spec.whatwg.org/). It can be used standalone, but it also exposes a lot of the internal algorithms that are useful for integrating a URL parser into a project like [jsdom](https://github.com/jsdom/jsdom).
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const expect = chai.expect;
|
const expect = chai.expect;
|
||||||
|
|
||||||
import keysyms from '../core/input/keysymdef.js';
|
import keysyms from '../core/input/keysymdef.js';
|
||||||
import * as KeyboardUtil from "../core/input/util.js";
|
import * as KeyboardUtil from "../core/input/util.js";
|
||||||
|
|||||||
Reference in New Issue
Block a user