-
Notifications
You must be signed in to change notification settings - Fork 186
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
Code given to frames aren't compressed #297
Comments
Path forward is to patch both ends:
This would be a breaking change for anyone using a custom |
@itsdouges did you end up having any success here? |
Yes I was able to patch package and move forward with success. I can put a pull request up if folks are interested. |
I can’t speak for the seek folks but I sure would be! |
There's #304 open if you'd like to chime in. |
@itsdouges @katiedavis thanks for reporting. We released https://github.com/seek-oss/playroom/releases/tag/v0.34.0 with fixes and performance improvements. |
Hi folks 👋 — the query param given to the frame HTML isn't compressed, meaning the total amount of code able to be given to it is dramatically reduced. Even worse when it comes out with a ton of extra comments.
Here's an example URL which ends up being over 8k+ chars in length, meaning Cloudfront can't parse it. I'm going to try and patch package a fix where both ends of playroom encode/decode it using what's already available for the top level document.
The text was updated successfully, but these errors were encountered: