You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Installed latest fhir.js, edited the file and removed the ")" in the "export type ResourceName" name.
When running on Chrome/WebKit everything works fine.
Then we had to test it on IE9 and each time a call of the FhirClient.search is made, Internet Explorer throws a promise reject 'The object does not support the "includes" property or method.'.
Unluckily the IE Console does not allow to investigate deeper where that rejection comes from.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installed latest fhir.js, edited the file and removed the ")" in the "export type ResourceName" name.
When running on Chrome/WebKit everything works fine.
Then we had to test it on IE9 and each time a call of the FhirClient.search is made, Internet Explorer throws a promise reject 'The object does not support the "includes" property or method.'.
Unluckily the IE Console does not allow to investigate deeper where that rejection comes from.
The text was updated successfully, but these errors were encountered: