Skip to content

feat(data-url): add base64 flag accessor#1088

Open
xu-cheng wants to merge 2 commits intoservo:mainfrom
xu-cheng:data-url-base64
Open

feat(data-url): add base64 flag accessor#1088
xu-cheng wants to merge 2 commits intoservo:mainfrom
xu-cheng:data-url-base64

Conversation

@xu-cheng
Copy link

Add public API to check if the data URL uses base64 encoding. This is useful if someone wants to create a new data URL based on an existing one and keep the same encoding scheme.

Add public API to check if the data URL uses base64 encoding.
This is useful if someone wants to create a new data URL based on
an existing one and keep the same encoding scheme.
@codecov
Copy link

codecov bot commented Jan 12, 2026

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@b381851). Learn more about missing BASE report.

Files with missing lines Patch % Lines
data-url/src/lib.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1088   +/-   ##
=======================================
  Coverage        ?   82.23%           
=======================================
  Files           ?       24           
  Lines           ?     4221           
  Branches        ?        0           
=======================================
  Hits            ?     3471           
  Misses          ?      750           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant