タグ

specとURLに関するefclのブックマーク (4)

  • URLSearchParams なら RFC3986 に準拠すると思ったら微妙だった


    qs使 RFC3986  URLSearchParams 使  DevTools Chrome 95.0.4638.69 (*)  application/x-www-form-urlencoded  URLSearchParams objects will percent-encode anything in the application/x-www-form-urlencoded percent-encode set, and will encode U+0020 SPACE as U+002B (+). https://url.
    URLSearchParams なら RFC3986 に準拠すると思ったら微妙だった
    efcl
    efcl 2023/01/10
    encodeURIComponentとURLSearchParamsのエンコードの違い
  • URL Standard

    Participate: GitHub whatwg/url (new issue, open issues) Chat on Matrix Commits: GitHub whatwg/url/commits Snapshot as of this commit @urlstandard Tests: web-platform-tests url/ (ongoing work) Translations (non-normative): 日語 Abstract The URL Standard defines URLs, domains, IP addresses, the application/x-www-form-urlencoded format, and their API. Goals The URL standard takes the following approac

    efcl
    efcl 2023/01/10
    `URLSearchParams`はエンコードに`application/x-www-form-urlencoded`のアルゴリズムを利用するため、`encodeURIComponent`とは異なる結果になる。
  • IRI

    efcl
    efcl 2016/10/29
    URL仕様の歴史
  • URL

    URL W3C Working Group Note 06 December 2016 (Link errors corrected 7 Mar 2017) This version: https://www.w3.org/TR/2016/NOTE-url-1-20161206/ Latest published version: https://www.w3.org/TR/url-1/ Previous version: https://www.w3.org/TR/2014/WD-url-1-20141209/ Latest editor's draft: https://url.spec.whatwg.org/ Editors: Anne van Kesteren, Mozilla Sam Ruby, IBM Repository and Participation: Commit h

    efcl
    efcl 2014/12/10
    new URL objectの仕様
  • 1