Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 49693

Re: Problems with a basic filter

$
0
0

I've narrowed it down to here (see below)

 

for some reason the "targetWindow" value is not available

 

                    HttpPostMessage.prototype.send = function (request, targetWindow) {
                        if (targetWindow === void 0) { targetWindow = this.defaultTargetWindow; }
                        request.headers = this.assign({}, this.defaultHeaders, request.headers);
                        if (!targetWindow) {
                            throw new Error("target window is not provided.  You must either provide the target window explicitly as argument to request, or specify default target window when constructing instance of this class.");
                        }
                        return this.windowPostMessageProxy.postMessage(targetWindow, request);
                    };

Viewing all articles
Browse latest Browse all 49693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>