diff --git a/source b/source index 324d8bb9396..2b749e50676 100644 --- a/source +++ b/source @@ -100113,10 +100113,10 @@ dictionary StorageEventInit : EventInit { -
  • Set charset to the result of getting - an output encoding from charset.

  • +
  • If charset is a UTF-16 encoding, then set charset + to UTF-8. -

  • If charset is x-user-defined, set charset to +

  • If charset is x-user-defined, then set charset to windows-1252.

  • Abort the prescan a byte stream to determine its encoding algorithm, @@ -100378,10 +100378,10 @@ dictionary StorageEventInit : EventInit { -

  • Set the new encoding to the result of getting an - output encoding from the new encoding.

  • +
  • If the new encoding is a UTF-16 encoding, then change it to + UTF-8.

  • -
  • If the new encoding is x-user-defined, change it to +

  • If the new encoding is x-user-defined, then change it to windows-1252.