mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
chore: tidy things up and fix typos
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
const { openDB } = require('idb');
|
||||
|
||||
class BrowserCache {
|
||||
@@ -11,7 +12,6 @@ class BrowserCache {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {string} key
|
||||
* @returns {Promise<ArrayBuffer>}
|
||||
*/
|
||||
@@ -21,7 +21,6 @@ class BrowserCache {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {string} key
|
||||
* @param {ArrayBuffer} data
|
||||
* @returns {Promise<void>}
|
||||
@@ -31,7 +30,6 @@ class BrowserCache {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {string} key
|
||||
* @returns {Promise<boolean>}
|
||||
*/
|
||||
@@ -41,7 +39,6 @@ class BrowserCache {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param {string} key
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user