mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
continue messageport, transferable, postmessage options
This commit is contained in:
parent
c3b17c1201
commit
2f8932a6a1
100 changed files with 2456 additions and 1171 deletions
|
@ -301,9 +301,9 @@ impl ResourceChannelManager {
|
|||
.send(history_states.get(&history_state_id).cloned())
|
||||
.unwrap();
|
||||
},
|
||||
CoreResourceMsg::SetHistoryState(history_state_id, history_state) => {
|
||||
CoreResourceMsg::SetHistoryState(history_state_id, structured_data) => {
|
||||
let mut history_states = http_state.history_states.write().unwrap();
|
||||
history_states.insert(history_state_id, history_state);
|
||||
history_states.insert(history_state_id, structured_data);
|
||||
},
|
||||
CoreResourceMsg::RemoveHistoryStates(states_to_remove) => {
|
||||
let mut history_states = http_state.history_states.write().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue