Skip to content

Commit 9e64e7f

Browse files
Sid2001-makersid-TEL
authored andcommitted
RDK-59281:Modifying JSRuntime Widget for VIPA playback in 8.2_VIPA branch
Reason for change: Resolve VIPA playback issue Test Procedure: Build should be successful Risk:low Priority:P2
1 parent b405110 commit 9e64e7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/jsc/modules/lib/URLSearchParams.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
const urlencoded = require("./urlencoded");
33

44
exports.implementation = class URLSearchParamsImpl {
5-
constructor(globalObject, constructorArgs, { doNotStripQMark = false }) {
5+
constructor(globalObject, constructorArgs = [""], options = {}) {
6+
const { doNotStripQMark = false } = options || {};
67
let init = constructorArgs[0];
78
this._list = [];
89
this._url = null;

0 commit comments

Comments
 (0)