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

fixes iframes in windows causes window.__TAURI_INVOKE__ is not a function error in console. #10989

Merged
merged 2 commits into from
Sep 14, 2024

Conversation

hmic
Copy link

@hmic hmic commented Sep 13, 2024

closes #10935.

Check if window has TAURI_INVOKE before using it blindly.

Check if window has __TAURI_INVOKE__ before using it blindly.
@hmic hmic requested a review from a team as a code owner September 13, 2024 15:46
Copy link
Contributor

Package Changes Through c082458

There are 3 changes which include tauri-bundler with minor, tauri-build with patch, tauri with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-bundler 1.6.1 1.7.0
tauri-build 1.5.4 1.5.5
tauri 1.7.2 1.8.0
@tauri-apps/cli 1.6.1 1.6.2
tauri-cli 1.6.1 1.6.2

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit 8a0e93b into tauri-apps:1.x Sep 14, 2024
5 checks passed
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.

2 participants