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

Typescript sample in 2.0.0-beta breaks on Firefox #350

Closed
dfahlander opened this issue Oct 19, 2016 · 0 comments
Closed

Typescript sample in 2.0.0-beta breaks on Firefox #350

dfahlander opened this issue Oct 19, 2016 · 0 comments

Comments

@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 added a commit that referenced this issue Oct 19, 2016
)

* No need for babel anymore with typescript 2.1
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

No branches or pull requests

1 participant