SmolHTML icon indicating copy to clipboard operation
SmolHTML copied to clipboard

A smol web browser engine written from scratch in Swift

Results 2 SmolHTML issues
Sort by recently updated
recently updated
newest added

For example, tutorial: ``` protocol Parsable { static func parse(context: ParsingContext) throws -> Self } ``` Source code: ``` protocol Parsable { static func parse(context: ParsingContext, options: ParsingOptions?) throws ->...