Skip to content

Commit fe62d78

Browse files
committed
Update picture about chrome developer console in part0b
1 parent 75df404 commit fe62d78

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
lines changed

src/content/0/en/part0b.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,9 @@ It is an [HTTP POST](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/P
434434
435435
So, the browser reloads the Notes page. The reload causes three more HTTP requests: fetching the style sheet (main.css), the JavaScript code (main.js), and the raw data of the notes (data.json).
436436
437-
The network tab also shows the data submitted with the form:
437+
The Network tab also shows the data submitted with the form. You can view the data by first selecting the request name and then checking the Payload tab:
438438
439-
The Form Data dropdown is within the new Payload tab, located to the right of the Headers tab.
440-
441-
![form data dropdown in developer tools](../../images/0/23e.png)
439+
![form data dropdown in developer tools](../../images/0/23g.png)
442440
443441
The Form tag has attributes <i>action</i> and <i>method</i>, which define that submitting the form is done as an HTTP POST request to the address <i>new\_note</i>.
444442

src/content/0/es/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ La pestaña network también muestra los datos enviados con el formulario:
438438
439439
Nota: En las versiones más recientes de Chrome, el menú desplegable Form Data se encuentra dentro de la nueva pestaña Payload, ubicada a la derecha de la pestaña Headers
440440
441-
![Dropdown de datos del formulario](../../images/0/23e.png)
441+
![Dropdown de datos del formulario](../../images/0/23g.png)
442442
443443
La etiqueta Form tiene atributos <i>action</i> y <i>method</i>, que definen que el envío del formulario se realiza como una solicitud HTTP POST a la dirección <i>new\_note</i>.
444444

src/content/0/fi/osa0b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ Kyseessä on siis [HTTP POST](https://developer.mozilla.org/en-US/docs/Web/HTTP/
431431
432432
Selain siis lataa uudelleen muistiinpanojen sivun. Sivunlataus saa aikaan myös kolme muuta HTTP-pyyntöä: tyylitiedoston (<i>main.css</i>), JavaScript-koodin (<i>main.js</i>) ja muistiinpanojen raakadatan (<i>data.json</i>) lataamisen.
433433
434-
Network-välilehti näyttää myös lomakkeen mukana lähetetyn datan:
434+
Network-välilehdeltä on mahdollista tarkastella pyynnön mukana lähetettyä dataa. Datan saa näkyviin valitsemalla ensin pyynnön nimen ja tarkastelemalla sitten Payload-välilehteä:
435435
436-
![](../../images/0/23e.png)
436+
![Pyynnön Payloadin tarkasteleminen Network-välilehdeltä](../../images/0/23g.png)
437437
438438
Lomakkeen lähettäminen tapahtuu HTTP POST ‑pyyntönä ja osoitteeseen <i>new\_note</i> form-tagiin määriteltyjen attribuuttien <i>action</i> ja <i>method</i> ansiosta:
439439

src/content/0/fr/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ L'onglet réseau affiche également les données soumises avec le formulaire :
431431
432432
NB: Dans les dernières versions de Chrome, les informations sur les données de formulaire se trouvent dans le nouvel onglet "Charge utile" (ou "Payload"), situé à droite de l'onglet En-têtes
433433
434-
![informations sur les données de formulaire](../../images/0/23e.png)
434+
![informations sur les données de formulaire](../../images/0/23g.png)
435435
436436
La balise Form a les attributs <i>action</i> et <i>method</i>, qui définissent que la soumission du formulaire se fait sous la forme d'une requête HTTP POST à ​​l'adresse <i>new\_note</i>.
437437

src/content/0/ptbr/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ A guia de Rede também mostra os dados enviados com o formulário:
439439
440440
Obs.: Na versão mais recente do Chrome, o menu drop-down (lista suspensa) "Form Data" está dentro da nova guia "Payload", localizada à direita da guia "Cabeçalhos".
441441
442-
![Menu drop-down do Form Data das Ferramentas do Desenvolvedor](../../images/0/23e.png)
442+
![Menu drop-down do Form Data das Ferramentas do Desenvolvedor](../../images/0/23g.png)
443443
444444
A tag Form tem os atributos <i>action</i> e <i>method</i>, que definem que o envio do formulário é feito como uma requisição HTTP POST para o endereço <i>new\_note</i>.
445445

src/content/0/zh/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ list.appendChild(newElement)
535535
<!-- NB: On newer Chrome, the Form Data dropdown is within the new Payload tab, located to the right of the Headers tab.-->
536536
注意:对于新版Chrome,Form Data下拉菜单在新的标签Payload内,Payload标签位于Headers标签的右侧。
537537
538-
![](../../images/0/23e.png)
538+
![](../../images/0/23g.png)
539539
540540
<!-- The Form tag has attributes <i>action</i> and <i>method</i>, which define that submitting the form is done as an HTTP POST request to the address <i>new_note</i>.-->
541541
表单标签有属性<i>action</i>和<i>method</i>,它们定义了提交表单是以HTTP POST请求的方式完成的,地址为<i>new\_note</i>。

src/content/images/0/23g.png

50.8 KB
Loading

0 commit comments

Comments
 (0)