-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: missing asset protocol path #2484
Conversation
Let me do some final check to see if it's not required on mac/linux |
Is it true that the application code will have to produce It seems simpler to just have to specify |
Windows doesn't support custom protocols yet (such as |
Sorry I may have been confused about how this should be used. So if I understand it correctly my javascript should look something like this: let video = new HTMLVideoElement();
video.src = convertFileSrc("C:/path/to/my video.mp4"); |
@ArturKovacs yes. |
Sounds great, thank you! |
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
The PR fulfills these requirements:
fix: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: