GoogleChromeLabs / GoogleChromeLabs/confluence

RegExp static members missing in Safari

Open
#202 3 comments 0 reactions 0 assignees View on GitHub
data bug failure to ship
Dominant language
JavaScript
Stars
91
Forks
24
PR merge metrics
No merged PRs in 30d

Description

On Safari 11 (not this is `RegExp` not `RegExp.prototype`):
```
Object.getOwnPropertyNames(RegExp).toString()
> "length,name,prototype,input,$_,lastMatch,$&,lastParen,$+,leftContext,$`,rightContext,$',$1,$2,$3,$4,$5,$6,$7,$8,$9"
```

But confluence shows (at least) `lastMatch`, `lastParen`, `leftContext`, and `rightContext` as missing from Safari. Why?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.