Skip to content

Commit

Permalink
remove unnecessary note about http requests
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed Apr 3, 2023
1 parent 73046bd commit 9610137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tc53.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p></p>
<p id="subtitle">Ecma TC53 <b>DRAFT</b> / March 31, 2023</p>
<p id="subtitle">Ecma TC53 <b>DRAFT</b> / April 3, 2023</p>
<p id="title">ECMAScript® Embedded Systems API Specification, 2nd Edition</p>

<img src="../web/assets/ecma-logo.svg">
Expand Down Expand Up @@ -1988,7 +1988,7 @@ In addition to the behaviors defined in the Base Class Pattern, all outstanding

### `request` method

Queues an HTTP request described by the required options object, the sole argument. Multiple requests may be pending simultaneously. The requests may operate in serial or parallel and may complete in any order.
Queues an HTTP request described by the required options object, the sole argument.

The options object supports the following properties:

Expand Down

0 comments on commit 9610137

Please sign in to comment.