mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Merge pull request #2923 from Ms2ger/cors-escape
Escape HTML in the cors.rs documentation.
This commit is contained in:
commit
543874cb40
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
//! A partial implementation of CORS
|
||||
//! For now this library is XHR-specific.
|
||||
//! For stuff involving <img>, <iframe>, <form>, etc please check what the request mode should be
|
||||
//! and compare with the fetch spec
|
||||
//! For stuff involving `<img>`, `<iframe>`, `<form>`, etc please check what
|
||||
//! the request mode should be and compare with the fetch spec
|
||||
//! This library will eventually become the core of the Fetch crate
|
||||
//! with CORSRequest being expanded into FetchRequest (etc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue