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 immutable document to store #3506

Merged
merged 1 commit into from Apr 24, 2020

Conversation

jelovirt
Copy link
Member

Description

Add immutable document reader method to Store.

Motivation and Context

Not all DOM document processing requires modifications to the document. DOM itself doesn't offer an unmodifiable/immutable document, but code can explicitly ask for a document that doesn't have to support mutation.

Type of Changes

  • New feature (non-breaking change which adds functionality)

Documentation and Compatibility

No end user documentation changes needed.

Signed-off-by: Jarno Elovirta <jarno@elovirta.com>
@jelovirt jelovirt added enhancement Changes to an existing feature preprocess priority/medium Medium (or unknown) priority issue labels Apr 24, 2020
@jelovirt jelovirt added this to In progress in Next via automation Apr 24, 2020
@jelovirt jelovirt moved this from In progress to Review in progress in Next Apr 24, 2020
Next automation moved this from Review in progress to Reviewer approved Apr 24, 2020
@jelovirt jelovirt merged commit b728ede into dita-ot:develop Apr 24, 2020
Next automation moved this from Reviewer approved to Done Apr 24, 2020
@jelovirt jelovirt deleted the feature/immutable-store-document branch April 24, 2020 14:43
@jelovirt jelovirt added this to the Next milestone Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes to an existing feature preprocess priority/medium Medium (or unknown) priority issue
Projects
No open projects
Next
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants