You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Which version of PhantomJS are you using? Tip: run phantomjs --version.
2.1.1
What steps will reproduce the problem? typeof HTMLElement returns object instead of function
Which operating system are you using?
Linux
Did you use binary PhantomJS or did you compile it from source?
binary
Please provide any additional information below.
PhantomJS returns object as the HTMLElement type instead of function, whereas for other browsers it's a function. The webcomponentsjs shim expects HTMLElement to be a function in order to work
The text was updated successfully, but these errors were encountered:
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
Which version of PhantomJS are you using? Tip: run
phantomjs --version
.2.1.1
What steps will reproduce the problem?
typeof HTMLElement
returnsobject
instead offunction
Which operating system are you using?
Linux
Did you use binary PhantomJS or did you compile it from source?
binary
Please provide any additional information below.
PhantomJS returns
object
as theHTMLElement
type instead offunction
, whereas for other browsers it's a function. The webcomponentsjs shim expectsHTMLElement
to be a function in order to workThe text was updated successfully, but these errors were encountered: