-
The `data` is a valid scheme which can carry some data other than path in a `Uri`. For example, we can save an image as base64 data in a `Uri`:
```csharp
var uri = new Uri("data:image/jpeg;base64,…
-
Maybe it can store the files/code in a base64 encoded query parameter in the URL, then it would be able to pre-fill the editor with that code after someone opens a shared link
-
### Description
As the signature will be part of the URL, it would be nice to have 100% url-safe characters in it.
It could be done so it could keep backward compatibility with existing standard…
-
### Summary
My source is a Base64 image and i get this error when trying to load it:
![simulator_screenshot_4030DD91-01A7-413F-9EB3-166E2640D5D1](https://github.com/user-attachments/assets/f5c9f2e…
-
Open uses a custom URL format for providing an image message where the base64 encoded image bytes are provided:
`data:image/jpeg;base64,{base64_image}`
The .Net Uri constructor has a length limi…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
for example
what chat handler do …
-
This code breaks tests: https://github.com/servo/servo/blob/main/tests/wpt/tests/html/canvas/element/manual/imagebitmap/common.sub.js#L56-L78. We get an error from gstreamer that looks like this:
```…
-
A Bom Post API should accept a Bom payload as Base64 (URL Safe) encoded format.
Dependency track application also accepts Bom JSON as Base64 Encoded data.
Project CycloneDX/cyclonedx-bom-repo-s…
-
### Target SharePoint environment
SharePoint Online
### What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
### Developer environment
Windows
### What …
-
I am trying to add image manually but when using blob URL is not append in src, when I add ektension name ex
[ let url = window.URL.createObjectURL(new Blob([res.data])) +'.jpg'](url)
its apppend i…