Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c0b5a7b0 authored by Danny Lin's avatar Danny Lin
Browse files

Generate docs from JSDoc comments

parent 622f0ec8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,3 +27,7 @@ Detailed progress callbacks are also provided for many flashing steps.
A basic demo of fastboot.js can be found [here](https://kdrag0n.github.io/fastboot.js/demo/). The source code is included [in this repository](https://github.com/kdrag0n/fastboot.js/tree/master/demo).

There is also a [user-friendly ROM installer](https://github.com/kdrag0n/android-webinstall) available, with a [live ProtonAOSP instance](https://protonaosp.kdrag0n.dev/install/web/) that can be used to flash devices officially supported by ProtonAOSP.

## Documentation

Documentation generated from JSDoc comments can be found [here](https://kdrag0n.github.io/fastboot.js/docs/).
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ function setDebugLevel(level) {
 *
 * @param {Blob} blob - Blob with the data to read.
 * @returns {buffer} ArrayBuffer containing data from the blob.
 * @ignore
 */
function readBlobAsBuffer(blob) {
    return new Promise((resolve, reject) => {
+1 −1

File changed.

File size exceeds preview limit.

+1 −1

File changed.

File size exceeds preview limit.

+1 −1

File changed.

File size exceeds preview limit.

Loading