mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Remove int_uint from net.
This commit is contained in:
parent
3fb666cf60
commit
1757afef27
8 changed files with 19 additions and 20 deletions
|
@ -16,7 +16,7 @@ pub enum StorageType {
|
|||
/// Request operations on the storage data associated with a particular url
|
||||
pub enum StorageTaskMsg {
|
||||
/// gets the number of key/value pairs present in the associated storage data
|
||||
Length(Sender<u32>, Url, StorageType),
|
||||
Length(Sender<usize>, Url, StorageType),
|
||||
|
||||
/// gets the name of the key at the specified index in the associated storage data
|
||||
Key(Sender<Option<DOMString>>, Url, StorageType, u32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue