Open GregorGabric opened 10 months ago
protocol.handle
should use local path but not file protocol
I don't understand sorry. Should it just be /users/and-so-on ?
net.fetch should be the local path
protocol.handle never actually runs, the console.log never actually logs anything ever.
https://github.com/alex8088/electron-vite/issues/36
<script setup lang="ts">
const icon = 'app:///icon.png'
</script>
<template>
<img :src="icon" />
</template>
Describe the bug
Even though I create the file handler and I registerSchemesAsPrivileged, the video still doesn't play while it starts playing with other templates
Used Scaffolding
create-electron
Used Package Manager
npm
Validations