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

feat: support client reorder attribute #36

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Conversation

DylanPiercey
Copy link
Contributor

Description

Adds client-reorder attribute to base micro-frame.

Motivation and Context

Currently micro-frame streams in (in order) with the existing content, causing downstream content to buffer.
This client-reorder attribute instead buffers the micro-frame and allows the page to continue streaming instead as an option.

Copy link

codecov bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.70%. Comparing base (159e273) to head (88e0e70).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   95.70%   95.70%           
=======================================
  Files           6        6           
  Lines         163      163           
  Branches       27       27           
=======================================
  Hits          156      156           
  Misses          2        2           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DylanPiercey DylanPiercey merged commit 3514bad into main Apr 15, 2024
6 checks passed
@DylanPiercey DylanPiercey deleted the client-reorder branch April 15, 2024 18:10
Copy link

🎉 This PR is included in version 1.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant