Libraryless. Click here for Pure Java version (6385L/38K).
sbool isHTMLRefreshTag(S tag) { if (!rtagIs meta(tag)) false; SS params = ciTagParams(tag); ret eqic(mapGet(params, "http-equiv"), "refresh"); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032929 |
| Snippet name: | isHTMLRefreshTag |
| Eternal ID of this version: | #1032929/3 |
| Text MD5: | 51524824cd2edc26586e929850228022 |
| Transpilation MD5: | c3422b86aba11a019874bbacf6f428df |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-11 00:48:43 |
| Source code size: | 154 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 372 / 488 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |