Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Implement String#padStart/padEnd in two browsers #14

Closed
8 of 12 tasks
ljharb opened this issue Nov 17, 2015 · 1 comment
Closed
8 of 12 tasks

Implement String#padStart/padEnd in two browsers #14

ljharb opened this issue Nov 17, 2015 · 1 comment

Comments

@ljharb
Copy link
Member

ljharb commented Nov 17, 2015

In order to progress to stage 4 (#23), this proposal must be implemented in two stable browsers, not behind any flags.

Implemented:

  • Firefox / SpiderMonkey [patch]
  • Chrome / v8 [patch]
  • Safari + Webkit / JavaScriptCore
  • Edge / Chakra [PR]

Nightly / Behind a flag:

  • Firefox / SpiderMonkey
  • Chrome / v8
  • Safari + Webkit / JavaScriptCore
  • Edge / Chakra

Shipped stable:

  • Firefox / SpiderMonkey (targeting v48)
  • Chrome / v8
  • Safari + Webkit / JavaScriptCore
  • Edge / Chakra PR
@ljharb ljharb mentioned this issue Mar 29, 2016
13 tasks
@oaleynik
Copy link

oaleynik commented Apr 4, 2016

Just landed in FF nightly: https://bugzilla.mozilla.org/show_bug.cgi?id=1260509

@ljharb ljharb closed this as completed May 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants