Skip to content
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

Add FileUtilsService to provide utility methods for file operations #17860

Merged
merged 5 commits into from
Oct 17, 2023

Conversation

mahmut-gundogdu
Copy link
Contributor

@mahmut-gundogdu mahmut-gundogdu commented Oct 12, 2023

Description

I created a helper service. The service has downloadBlob method. The method convert blob to file. The service works well with SSR.

Resolves #17854

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test it?

  • Add service a component
  • Pass a blob the method

it must be create a file download link and open a file downlaod link

@masumulu28 masumulu28 changed the title add FileUtilsService to provide utility methods for file operations i… Add FileUtilsService to provide utility methods for file operations i… Oct 12, 2023
@masumulu28 masumulu28 changed the title Add FileUtilsService to provide utility methods for file operations i… Add FileUtilsService to provide utility methods for file operations Oct 12, 2023
@masumulu28 masumulu28 changed the title Add FileUtilsService to provide utility methods for file operations Add FileUtilsService to provide utility methods for file operations Oct 12, 2023
@masumulu28 masumulu28 added this to the 8.0-preview milestone Oct 17, 2023
@masumulu28 masumulu28 merged commit b10a4a0 into dev Oct 17, 2023
2 of 3 checks passed
@masumulu28 masumulu28 deleted the issue/17854 branch October 17, 2023 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert downloadBlob function to working with Window token for SSR Better support.
3 participants