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

Fix JavaScript variable dartPdfJsBaseUrl access from Dart #1707

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yorifuji
Copy link

@yorifuji yorifuji commented Aug 1, 2024

Title

Fix JavaScript variable dartPdfJsBaseUrl access from Dart

Description

Thank you for maintaining such an excellent library.

This pull request addresses an issue with how the dartPdfJsBaseUrl JavaScript variable is accessed from Dart code. The previous implementation did not correctly handle the conversion from the JavaScript string to Dart, leading to potential exceptions during runtime when retrieving it.

Changes

Updated the Dart code to correctly convert the dartPdfJsBaseUrl variable from JavaScript to Dart’s string type.

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