We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e031684 commit 7c01e81Copy full SHA for 7c01e81
dist/index.js
@@ -6883,6 +6883,10 @@ FormData.prototype.getHeaders = function(userHeaders) {
6883
return formHeaders;
6884
};
6885
6886
+FormData.prototype.setBoundary = function(boundary) {
6887
+ this._boundary = boundary;
6888
+};
6889
+
6890
FormData.prototype.getBoundary = function() {
6891
if (!this._boundary) {
6892
this._generateBoundary();
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wayback",
3
- "version": "1.2.14",
+ "version": "1.2.15",
4
"private": true,
5
"license": "MIT",
6
"repository": {
0 commit comments