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

Unverified Commit ea5002bc authored by Simon Chan's avatar Simon Chan
Browse files

chore: small cleanups

parent 6ae5f38a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
---
"@yume-chan/stream-extra": patch
---

Polyfill `ReadableStream.from` and `ReadableStream.prototype.values`
+5 −0
Original line number Diff line number Diff line
---
"@yume-chan/fetch-scrcpy-server": patch
---

Mark `BIN` field as pure
+5 −0
Original line number Diff line number Diff line
---
"@yume-chan/scrcpy": patch
---

Add support up to Scrcpy version 3.0
+0 −2
Original line number Diff line number Diff line
@@ -66,8 +66,6 @@ async function getAllKeys() {
/**
 * An `AdbCredentialStore` implementation that creates RSA private keys using Web Crypto API
 * and stores them in IndexedDB.
 *
 * [Online Documentation](https://docs.tangoapp.dev/tango/daemon/credential-store/)
 */
export default class AdbWebCredentialStore implements AdbCredentialStore {
    #appName: string;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ This package is part of [Tango ADB](https://github.com/yume-chan/ya-webadb). Gen

## Documentation

Check the latest documentation at https://docs.tangoapp.dev/tango/daemon/usb/device-manager/
Check the latest documentation at https://docs.tangoapp.dev/tango/daemon/usb/

## Sponsors

Loading