paterson / servo

The Servo Browser Engine
Mozilla Public License 2.0
0 stars 0 forks source link

replace the code in htmlimageelement.rs that instructs the image cache to fetch a URL with code that directly performs a network request. The result should be sent to the image cache using the newly-added command. #7

Open paterson opened 8 years ago

paterson commented 8 years ago

See HTMLScriptElement::prepare for an example that uses the NetworkListener helper and Document::load_async