diff options
Diffstat (limited to 'src/api/schema.zig')
-rw-r--r-- | src/api/schema.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/api/schema.zig b/src/api/schema.zig index acac06114..0c5f4cf70 100644 --- a/src/api/schema.zig +++ b/src/api/schema.zig @@ -362,6 +362,12 @@ pub const Api = struct { /// napi napi, + /// base64 + base64, + + /// dataurl + dataurl, + _, pub fn jsonStringify(self: *const @This(), opts: anytype, o: anytype) !void { |