On this page
createContextualFragment method
- @DomName('Range.createContextualFragment')
- @DocsEditable()
Source
@DomName('Range.createContextualFragment')
@DocsEditable()
DocumentFragment createContextualFragment(String fragment) =>
_blink.BlinkRange.instance
.createContextualFragment_Callback_1_(this, fragment);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Range/createContextualFragment.html