mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 19:45:27 +00:00
Fix README
This commit is contained in:
parent
068f2db12c
commit
7764198e91
@ -46,9 +46,10 @@ Limitations
|
|||||||
This approach is quite hacky, but it might work well enough for some purposes.
|
This approach is quite hacky, but it might work well enough for some purposes.
|
||||||
|
|
||||||
* Some scripts may break as the execution flow is different than some scripts
|
* Some scripts may break as the execution flow is different than some scripts
|
||||||
expect. For example, HTML forms with `method="GET"` to local HTML files only
|
expect
|
||||||
work if the receiving code uses URLSearchParams, as same-origin policies
|
* HTML forms with `method="GET"` to local HTML files only work if the
|
||||||
forbid reading GET parameters otherwise.
|
receiving code uses URLSearchParams, as same-origin policies forbid
|
||||||
|
reading GET parameters otherwise
|
||||||
* Opening links in a new tab won't work
|
* Opening links in a new tab won't work
|
||||||
* Redirections won't work (yet)
|
* Redirections won't work (yet)
|
||||||
* Support of themes or extensions that require jQuery is wonky; fortunately
|
* Support of themes or extensions that require jQuery is wonky; fortunately
|
||||||
|
Loading…
x
Reference in New Issue
Block a user