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

Add isRegisteredFormat method #462

Merged
merged 1 commit into from
Nov 19, 2020
Merged

Conversation

marioczpn
Copy link
Contributor

Adding a check if the format is already registered. It useful, if you are using the method registerFormat() explicitly, to avoid the error "..format already registered", you can check if the format exists using isRegisteredFormat(format), if not, you can register the new one.

Related to the following issue #461

Adding a check  if the format is already registered. It useful, if you are using the method  registerFormat() explicitly, to avoid the error "..format already registered", you can check if the format exists, if not you can register the new one.
@ctalkington ctalkington changed the title Proposal - Adding a check if the format is already registered. #461 add isRegisteredFormat method Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants