b0dadea0ae
- Introduce a new download component to facilitate file downloads. - Implement download handling in the header context, supporting data URLs. - Add a test for the download functionality to ensure correct behavior. see https://github.com/sqlpage/SQLPage/discussions/996
2 lines
175 B
SQL
2 lines
175 B
SQL
-- "<!DOCTYPE html><body>It works !</body>" in base64
|
|
select 'download' as component, 'data:text/html;base64,PCFET0NUWVBFIGh0bWw+PGJvZHk+SXQgd29ya3MgITwvYm9keT4K' as data_url; |