mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
spelling: browser
This commit is contained in:
parent
aa8d90c344
commit
c89d8f4ed3
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ class Dish {
|
||||||
*
|
*
|
||||||
* @param {number} type - The data type of value, see Dish enums.
|
* @param {number} type - The data type of value, see Dish enums.
|
||||||
* @param {boolean} [notUTF8=false] - Do not treat strings as UTF8.
|
* @param {boolean} [notUTF8=false] - Do not treat strings as UTF8.
|
||||||
* @returns {* | Promise} - (Broswer) A promise | (Node) value of dish in given type
|
* @returns {* | Promise} - (Browser) A promise | (Node) value of dish in given type
|
||||||
*/
|
*/
|
||||||
get(type, notUTF8=false) {
|
get(type, notUTF8=false) {
|
||||||
if (typeof type === "string") {
|
if (typeof type === "string") {
|
||||||
|
@ -191,7 +191,7 @@ class Dish {
|
||||||
*
|
*
|
||||||
* @param {number} type - The data type of value, see Dish enums.
|
* @param {number} type - The data type of value, see Dish enums.
|
||||||
* @param {boolean} [notUTF8=false] - Do not treat strings as UTF8.
|
* @param {boolean} [notUTF8=false] - Do not treat strings as UTF8.
|
||||||
* @returns {Dish | Promise} - (Broswer) A promise | (Node) value of dish in given type
|
* @returns {Dish | Promise} - (Browser) A promise | (Node) value of dish in given type
|
||||||
*/
|
*/
|
||||||
presentAs(type, notUTF8=false) {
|
presentAs(type, notUTF8=false) {
|
||||||
const clone = this.clone();
|
const clone = this.clone();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue