Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 30
cssText should be text (not bytes) #3
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Labels
help wantedExtra attention is neededExtra attention is needed
In this line, I found I had to decode the cssText in order to print it, a legacy behavior. Let's figure out how to represent text naturally and encode only when necessary.