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 2c15995 commit aa6d837Copy full SHA for aa6d837
lib/core/constants.js
@@ -44,7 +44,15 @@ const constants = {
44
timeout: 10000
45
}),
46
allOrigins: '<unsafe_all_origins>',
47
- sameOrigin: '<same_origin>'
+ sameOrigin: '<same_origin>',
48
+ serializableErrorProps: Object.freeze([
49
+ 'message',
50
+ 'stack',
51
+ 'name',
52
+ 'code',
53
+ 'ruleId',
54
+ 'method'
55
+ ])
56
};
57
58
definitions.forEach(definition => {
0 commit comments