From c734af01455caa2cb22230d000293b9c5f81af2f Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 20 Jun 2023 22:14:20 +0200 Subject: [PATCH] Refer to the "create an ArrayBuffer" algorithm of WebIDL --- spec/Overview.html | 83 ++++++++++++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 28 deletions(-) diff --git a/spec/Overview.html b/spec/Overview.html index a94ada5..608d663 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -2060,7 +2060,7 @@

The deriveBits method

  • - Let |result| be a new {{ArrayBuffer}} + Let |result| be the result of [= ArrayBuffer/create | creating =] an {{ArrayBuffer}} containing the result of performing the derive bits operation specified by |normalizedAlgorithm| using |baseKey|, |algorithm| and |length|. @@ -3664,7 +3664,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |signature|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |signature|.

  • @@ -4365,7 +4366,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -4430,7 +4432,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -4697,7 +4700,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |signature|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |signature|.

  • @@ -5389,7 +5393,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -5454,7 +5459,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -5724,7 +5730,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |ciphertext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |ciphertext|.

  • @@ -5775,7 +5782,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |plaintext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |plaintext|.

  • @@ -6416,7 +6424,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -6481,7 +6490,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -6868,7 +6878,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |result|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |result|.

  • @@ -8040,7 +8051,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -8195,7 +8207,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -8371,7 +8384,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -9944,7 +9958,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -10103,7 +10118,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |ciphertext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |ciphertext|.

  • @@ -10143,7 +10159,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |plaintext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |plaintext|.

  • @@ -10417,7 +10434,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -10628,7 +10646,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |ciphertext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |ciphertext|.

  • @@ -10674,7 +10693,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |plaintext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |plaintext|.

  • @@ -10949,7 +10969,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -11199,7 +11220,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |ciphertext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |ciphertext|.

  • @@ -11294,7 +11316,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |plaintext|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |plaintext|.

  • @@ -11569,7 +11592,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -12044,7 +12068,8 @@

    Operations

  • - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.

  • @@ -12260,7 +12285,8 @@

    Operations

  • - Return a new {{ArrayBuffer}} containing |mac|. + Return the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |mac|.

  • @@ -12691,7 +12717,8 @@

    Operations

    1. - Let |result| be a new {{ArrayBuffer}} containing |data|. + Let |result| be the result of [= ArrayBuffer/create | creating =] + an {{ArrayBuffer}} containing |data|.