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

Resolving #350 - Typescript sample in 2.0.0-beta breaks on Firefox #351

Merged
merged 4 commits into from Oct 19, 2016

Conversation

dfahlander
Copy link
Collaborator

Running the 'typescript' sample in Dexie 2.0.0-beta.2 was only tested on IE, Edge, Chrome and Opera.
When tested on Firefox, it threw "InvalidStateError".

Reason for this is that babel's Promise shim seems to be incompatible with indexedDB on Firefox.

Now that Typescript 2.1 support direct transpilation towards ES5, there is no need to involve babel in the build process.

@dfahlander dfahlander merged commit a24ab85 into master Oct 19, 2016
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.

None yet

1 participant