1 parent d6441ae commit f50e68dCopy full SHA for f50e68d
1 file changed
Sources/New-DataUri.ps1
@@ -24,7 +24,7 @@ function New-HtmlDataUri {
24
25
# The media type to associate with the data URI.
26
[ValidateNotNullOrWhiteSpace()]
27
- [string] $MediaType = [MediaTypeNames]::Application::Octet
+ [string] $MediaType = "application/octet-stream"
28
)
29
30
process {
0 commit comments