eligolding/toy-browser

Add support for the data scheme

Opened this issue · 0 comments

data: Add support for the data scheme, which allows inlining HTML content into the URL itself. Try navigating to data:text/html,Hello world! in a real browser to see what happens. Add support for this scheme to your browser. The data scheme is especially convenient for making tests without having to put them in separate files.