We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e63a09 commit 1b68912Copy full SHA for 1b68912
dialog-polyfill.js
@@ -638,7 +638,7 @@
638
if (testForm.method !== 'dialog') {
639
var methodDescriptor = Object.getOwnPropertyDescriptor(HTMLFormElement.prototype, 'method');
640
if (methodDescriptor) {
641
- // 'method' doesn't exist in old versions of PhantomJS, don't replace it
+ // TODO: older iOS and older PhantomJS fail to return the descriptor here
642
var realGet = methodDescriptor.get;
643
methodDescriptor.get = function() {
644
if (isFormMethodDialog(this)) {
0 commit comments