Correction bug
This commit is contained in:
parent
945aa3f5db
commit
1dc952f07f
@ -45,7 +45,7 @@ include ([%js] : sig
|
|||||||
val set_blob_content_type: blob -> string -> blob [@@js.call "setContentType"]
|
val set_blob_content_type: blob -> string -> blob [@@js.call "setContentType"]
|
||||||
val blob_to_js: blob -> Ojs.t
|
val blob_to_js: blob -> Ojs.t
|
||||||
val get_blob: t -> blob [@@js.call]
|
val get_blob: t -> blob [@@js.call]
|
||||||
val set_content: t -> blob [@@js.call]
|
val set_content: t -> string -> t [@@js.call]
|
||||||
end
|
end
|
||||||
|
|
||||||
module Range : sig
|
module Range : sig
|
||||||
|
@ -70,7 +70,7 @@ large collection of {!File.t}.*)
|
|||||||
val set_blob_content_type: blob -> string -> blob
|
val set_blob_content_type: blob -> string -> blob
|
||||||
val blob_to_js: blob -> Ojs.t
|
val blob_to_js: blob -> Ojs.t
|
||||||
val get_blob: t -> blob
|
val get_blob: t -> blob
|
||||||
val set_content: t -> blob
|
val set_content: t -> string -> t
|
||||||
end
|
end
|
||||||
|
|
||||||
(** spreadsheet ranges *)
|
(** spreadsheet ranges *)
|
||||||
|
Loading…
Reference in New Issue
Block a user