mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 19:42:14 +00:00
chore: tidy things up and fix typos
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
const glob = require('glob');
|
||||
const fs = require('fs');
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
global.XMLHttpRequest = class extends require('xhr2') {
|
||||
// This is for browser-like environments not nessacarily a browser
|
||||
// So disabling this is okay, sort of
|
||||
// This is for browser-like environments not necessarily a browser.
|
||||
// So disabling this is okay, sort of.
|
||||
_restrictedHeaders = {};
|
||||
};
|
||||
Reference in New Issue
Block a user