diff options
Diffstat (limited to 'ext/fetch/23_response.js')
-rw-r--r-- | ext/fetch/23_response.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/23_response.js b/ext/fetch/23_response.js index 73a90166d..83fad403a 100644 --- a/ext/fetch/23_response.js +++ b/ext/fetch/23_response.js @@ -426,7 +426,7 @@ class Response { } } -webidl.configurePrototype(Response); +webidl.configureInterface(Response); ObjectDefineProperties(Response, { json: { enumerable: true }, redirect: { enumerable: true }, |