You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dom::String is supposed to detect construction from string literals and handle them specially. This code and API needs to be reviewed for correctness. And also if it can be made more robust (are there any cases where it is UB or leads to unsafe behavior?)
The text was updated successfully, but these errors were encountered:
dom::String
is supposed to detect construction from string literals and handle them specially. This code and API needs to be reviewed for correctness. And also if it can be made more robust (are there any cases where it is UB or leads to unsafe behavior?)The text was updated successfully, but these errors were encountered: