mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
HTTP Server: Support popups [#264]
This commit is contained in:
@@ -31,9 +31,10 @@ public class Js_wtr {
|
||||
bfr.Add_byte(Byte_ascii.Paren_end).Add_byte_semic();
|
||||
return this;
|
||||
}
|
||||
public Js_wtr Prm_bry(byte[] bry) {
|
||||
public Js_wtr Prm_str(String v) {return Prm_bry(Bry_.new_u8(v));}
|
||||
public Js_wtr Prm_bry(byte[] v) {
|
||||
Prm_spr();
|
||||
Write_val(bry);
|
||||
Write_val(v);
|
||||
return this;
|
||||
}
|
||||
public Js_wtr Prm_obj_ary(Object[] ary) {
|
||||
|
||||
Reference in New Issue
Block a user