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

@@ -80,7 +80,6 @@
"snarkdown": "^2.0.0", "snarkdown": "^2.0.0",
"timeago.js": "4.0.2", "timeago.js": "4.0.2",
"w3c-keyname": "^2.2.6", "w3c-keyname": "^2.2.6",
"web-streams-polyfill": "^3.1.1",
"wouter": "2.12.1", "wouter": "2.12.1",
"zustand": "4.4.7", "zustand": "4.4.7",
"zustand-mutative": "^1.0.1" "zustand-mutative": "^1.0.1"

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/>. 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 { xxhash64, createXXHash64 } from "hash-wasm";
import axios from "axios"; import axios from "axios";
import { AppEventManager, AppEvents } from "../common/app-events"; import { AppEventManager, AppEvents } from "../common/app-events";