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

WIP: HTML API: Allow extending input document for chunked processing. #5050

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Commits on Aug 22, 2023

  1. HTML API: Allow extending input document for chunked processing.

    In some situations it may be useful to process an HTML document as it's being
    generated. This requires the ability to add chunks of text to the end of the
    input HTML.
    
    In this patch the `WP_HTML_Tag_Processor::extend_input( $html )` method is
    providing this ability. It is designed to allow for splitting an HTML at
    arbitrary boundaries.
    dmsnell committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bec7dc6 View commit details
    Browse the repository at this point in the history