Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-22 | LibWeb: Support loading file:// URLs via fetch (through ResourceLoader) | Andreas Kling | |
This builds on the existing ad-hoc ResourceLoader code for HTTP fetches which works for files as well. This also includes a test that checks that stylesheets loaded with the "file" URL scheme actually work. |