web: get rid of web-streams-polyfill

This commit is contained in:
Abdullah Atta
2024-11-12 13:54:42 +05:00
committed by Abdullah Atta
parent 03a2a2f9cc
commit 00053cb99d
2 changed files with 0 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import "web-streams-polyfill/dist/ponyfill";
import { xxhash64, createXXHash64 } from "hash-wasm";
import axios from "axios";
import { AppEventManager, AppEvents } from "../common/app-events";