Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMerge ResourceUpdate and Transaction. #2322
Closed
Labels
Comments
|
Another option would be to merge it with |
|
Ya I'll pick this up |
bors-servo
added a commit
that referenced
this issue
May 24, 2018
Merge ResourceUpdate and Transaction Fixes #2322 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/2718) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ResourceUpdatewas a first step in the direction of bundling several operations in a single API message, andTransactionoffers that as well with in a more powerful way. We can just moveResourceUpdatesmethods directly inTransactionto simplify the API a bit.